mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
fix: Fix horizontal overflow for dialogs (#6830)
fix: horizental overflow for dialogs
This commit is contained in:
parent
50b00e2185
commit
41d8a18d47
|
@ -19,7 +19,8 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: inherit;
|
||||
overflow: auto;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
@include mixins.b(overlay-message-box) {
|
||||
|
|
Loading…
Reference in a new issue