mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
🐛 Fix scrollbar styles in themes dropdown
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user