Merge pull request #3638 from node-red-hitachi/fix-palette-node-layer

Fix layer of palette node
This commit is contained in:
Nick O'Leary 2022-06-09 15:55:46 -05:00 committed by GitHub
commit ac44d22cee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@
width: 120px;
background-size: contain;
position: relative;
z-index: 4;
&:not(.red-ui-palette-node-config):not(.red-ui-palette-node-small):first-child {
margin-top: 15px;
}