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