mirror of
https://github.com/penpot/penpot.git
synced 2026-09-13 07:30:24 +00:00
🐛 Fix scroll on move library modal (#7952)
This commit is contained in:
parent
916b7709dc
commit
77ef8e6fe6
@ -45,7 +45,7 @@
|
|||||||
.element-list {
|
.element-list {
|
||||||
@include t.use-typography("body-large");
|
@include t.use-typography("body-large");
|
||||||
color: var(--modal-text-foreground-color);
|
color: var(--modal-text-foreground-color);
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
margin-block: 0;
|
margin-block: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user