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

Ensure shade elements have a higher z-index than ui elements

This commit is contained in:
Nick O'Leary 2017-08-04 22:20:58 +01:00
parent 4a2e3586f1
commit 54220d0e71
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -224,4 +224,5 @@
bottom: 0;
right: 0;
background: $shade-color;
z-index: 5;
}