mirror of
https://github.com/penpot/penpot.git
synced 2026-03-22 10:23:43 +00:00
🐛 Add box shadow to token dropdowns (#8685)
This commit is contained in:
@@ -28,6 +28,7 @@
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
z-index: var(--z-index-dropdown);
|
||||
box-shadow: 0px 0px $sz-12 0px var(--color-shadow-dark);
|
||||
}
|
||||
|
||||
.left-align {
|
||||
|
||||
Reference in New Issue
Block a user