fix(editor): Show dropdown scrollbars only when appropriate (#13562)

This commit is contained in:
Csaba Tuncsik 2025-02-27 13:42:44 +01:00 committed by GitHub
parent a1fee65713
commit 615a42afd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@
} }
@include mixins.e(wrap) { @include mixins.e(wrap) {
overflow: scroll; overflow: auto;
height: 100%; height: 100%;
} }