mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Update editor.scss
It seems to be that when using Chrome and Edge on windows that the scrollbar is always visible until there is an action within the edit dialog. This issue seems to be specific to the configuration dialogs
This commit is contained in:
parent
25205f7440
commit
7ae9d3bbb0
@ -193,7 +193,7 @@ button.red-ui-tray-resize-button {
|
||||
.red-ui-editor .red-ui-tray {
|
||||
.dialog-form, #dialog-form, #node-config-dialog-edit-form {
|
||||
margin: 10px 20px;
|
||||
height: calc(100% - 20px);
|
||||
height: calc(100% - 22px);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user