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
1 changed files with 1 additions and 1 deletions

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;