🐛 Fix scrollbar styles in themes dropdown

This commit is contained in:
Juanfran 2025-02-19 14:13:15 +01:00
parent f83cdf2f5d
commit 89dc917cb9
2 changed files with 4 additions and 2 deletions

View file

@ -11,7 +11,6 @@
--custom-select-bg-color: var(--menu-background-color);
--custom-select-icon-color: var(--color-foreground-secondary);
--custom-select-text-color: var(--menu-foreground-color);
@extend .new-scrollbar;
position: relative;
display: grid;
grid-template-columns: 1fr auto;
@ -124,5 +123,8 @@
}
.dropdown-portal {
--menu-max-height: #{$s-400};
@extend .new-scrollbar;
position: absolute;
}