1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Merge pull request #3649 from kazuhitoyokoi/master-fixshade4palette

Fix z-index value for shade to cover nodes in palette
This commit is contained in:
Nick O'Leary 2022-06-13 21:04:52 +01:00 committed by GitHub
commit 9cfaf567be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,7 @@ body {
#red-ui-palette-shade, #red-ui-editor-shade, #red-ui-header-shade, #red-ui-sidebar-shade {
@include shade;
z-index: 2;
z-index: 5;
}
#red-ui-sidebar-shade {
left: -8px;