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

View File

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