mirror of https://github.com/node-red/node-red.git
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 dialogspull/4737/head
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…
Reference in New Issue