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

Set z-index of editor shade so it stays above tabs

This commit is contained in:
Nick O'Leary 2016-05-08 22:55:55 +01:00
parent a9bfa4e79b
commit 726d9c8ec5

View File

@ -149,6 +149,7 @@
left:0;
right:0;
background: $shade-color;
z-index: 2;
}