mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Fix scroll on move library modal (#7952)
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user