#table-wrapper { position: relative; } #table-scroll { height: 300px; overflow: auto; margin-top: 20px; } #table-wrapper table { width: 100%; } #table-wrapper table * { color: black; } tr { &:nth-child(even) td{ background-color: rgba(10, 10, 10, 0.2); } }