diff --git a/themes/middleware/assets/css/style.css b/themes/middleware/assets/css/style.css index 4a73fa6..06f43e3 100644 --- a/themes/middleware/assets/css/style.css +++ b/themes/middleware/assets/css/style.css @@ -825,6 +825,8 @@ tbody { position: sticky; top: 95px; padding: 60px 0; + max-height: calc(100vh - 100px); + overflow-y: auto; } .list-styled li.active > a {