mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Show dropdown scrollbars only when appropriate (#13562)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
}
|
||||
|
||||
@include mixins.e(wrap) {
|
||||
overflow: scroll;
|
||||
overflow: auto;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user