Skip to content

Commit

Permalink
Increase z-index value of NodeDetails panel by one.
Browse files Browse the repository at this point in the history
  • Loading branch information
fbarl committed Aug 2, 2018
1 parent 9f9123e commit c0a359b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c0a359b

Please sign in to comment.