🐛 Fix scroll on move library modal (#7952)

This commit is contained in:
Eva Marco 2025-12-11 10:46:54 +01:00 committed by GitHub
parent 916b7709dc
commit 77ef8e6fe6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,7 +45,7 @@
.element-list {
@include t.use-typography("body-large");
color: var(--modal-text-foreground-color);
overflow-y: scroll;
overflow-y: auto;
margin-block: 0;
}