diff --git a/frontend/src/_styles/tabler.scss b/frontend/src/_styles/tabler.scss index bf5d3f0ce3..74dc3c945c 100644 --- a/frontend/src/_styles/tabler.scss +++ b/frontend/src/_styles/tabler.scss @@ -7,6 +7,7 @@ * Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE) */ @charset "UTF-8"; +@import "./mixins.scss"; @font-face { font-display: swap; @@ -3817,6 +3818,10 @@ fieldset:disabled .btn { display: none } +.user-group-scrollable { + @include scrollable(60vh); /* Adjust the max-height if necessary */ +} + .tab-content>.active { display: block } @@ -19090,4 +19095,4 @@ img { background: #1f2936; border-color: #dadcde } -} \ No newline at end of file +}