mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
Revert tabler.scss
This commit is contained in:
parent
f969697312
commit
b470029fed
1 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue