Prevent pane shadow overlapping header on Safari

This commit is contained in:
Toby Zerner 2015-08-17 14:11:18 +09:30
parent 246b2ca8ff
commit 1c89f62165

View File

@ -80,7 +80,7 @@
background: @body-bg;
padding-bottom: 40px;
border-top: 1px solid @control-bg;
.box-shadow(2px 2px 6px -2px @shadow-color);
.box-shadow(0 6px 6px @shadow-color);
.transition(left 0.2s);
.affix & {