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
pull/4737/head
malee1975 2024-05-30 11:45:26 +01:00 committed by GitHub
parent 25205f7440
commit 7ae9d3bbb0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}