mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix(editor): Show dropdown scrollbars only when appropriate (#13562)
This commit is contained in:
parent
a1fee65713
commit
615a42afd5
|
@ -15,7 +15,7 @@
|
|||
}
|
||||
|
||||
@include mixins.e(wrap) {
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue