mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
prevent editor context menu being clipped by sidebar
- raise / lower tray z-index for correct slide animation
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
right: 315px;
|
||||
bottom:10px;
|
||||
width: 7px;
|
||||
z-index: 11;
|
||||
// z-index: 11;
|
||||
background: $primary-background url(images/grip.png) no-repeat 50% 50%;
|
||||
cursor: col-resize;
|
||||
}
|
||||
@@ -134,6 +134,7 @@ button.red-ui-sidebar-header-button-toggle {
|
||||
right: calc(100%);
|
||||
border-top-left-radius: 5px;
|
||||
border-bottom-left-radius: 5px;
|
||||
z-index: 13;
|
||||
}
|
||||
.red-ui-sidebar-control-left {
|
||||
@include red-ui-sidebar-control;
|
||||
|
Reference in New Issue
Block a user