mirror of https://github.com/node-red/node-red.git
Fix an unexpected input selection
parent
da97c5d558
commit
efcf6fe533
|
@ -40,6 +40,7 @@ body {
|
|||
position: absolute;
|
||||
top:40px; left:0; bottom: 0; right:0;
|
||||
overflow:hidden;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
||||
#red-ui-palette-shade, #red-ui-editor-shade, #red-ui-header-shade, #red-ui-sidebar-shade {
|
||||
|
|
Loading…
Reference in New Issue