@import "~bootstrap/scss/bootstrap"; @import "./application/sidenav"; @import "./application/sessions"; .tableFixHead { overflow: auto; height: 680px; width: 240px; } .tableFixHead thead th { position: sticky; top: 0; } .tableFixHead tbody th { position: sticky; left: 0; } .clickable-link, .clickable-tr, .accordion-button { cursor: pointer; } .current { background-color: #535353 !important; }