Prevent admin pane shadow overlapping header on Safari

This commit is contained in:
Toby Zerner 2015-08-17 14:56:21 +09:30
parent c3b8296e6f
commit 2d090f9b3a

View File

@ -18,7 +18,7 @@
top: @header-height;
bottom: 0;
width: @admin-pane-width;
.box-shadow(2px 2px 6px -2px @shadow-color);
.box-shadow(0 6px 6px @shadow-color);
background: @body-bg;
border-top: 1px solid @control-bg;
z-index: @zindex-pane;