🐛 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

@@ -873,7 +873,7 @@
top: $s-32;
left: 0;
width: 100%;
max-height: $s-300;
max-height: var(--menu-max-height, $s-300);
padding: $s-2;
margin: 0;
margin-top: $s-1;