#succTable { min-height: 400px; max-height: 1000px; overflow-y: auto; position: relative; .succTable-tooltip { width: 90%; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); a { font-weight: 500; color: blue; } } .succeed-padding { padding-left: 6px; box-sizing: border-box; } }