Increase z-index value of NodeDetails panel by one.

This commit is contained in:
Filip Barl
2018-08-02 11:14:04 +02:00
parent 9f9123e171
commit c0a359b31f
+1 -1
View File
@@ -671,7 +671,7 @@ a {
&-wrapper {
position: fixed;
display: flex;
z-index: $layer-front;
z-index: $layer-toolbar;
right: $details-window-padding-left;
top: 100px;
bottom: 48px;