From b470029fed298a6d4fb000e51809b7d1ba832779 Mon Sep 17 00:00:00 2001 From: Pratik Agrawal Date: Fri, 17 Jan 2025 18:43:40 +0530 Subject: [PATCH] Revert tabler.scss --- frontend/src/_styles/tabler.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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 +}