Skip to content

Commit

Permalink
fix(theme): fix sidebar shadow styles for Safari (#909)
Browse files Browse the repository at this point in the history
Closes #562
  • Loading branch information
lexzhukov authored and nnixaa committed Oct 16, 2018
1 parent a85eaf2 commit 031b1e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

font-size: nb-theme(sidebar-font-size);
line-height: nb-theme(sidebar-line-height);
box-shadow: nb-theme(sidebar-shadow);

@include nb-scrollbars(
nb-theme(scrollbar-fg),
Expand All @@ -21,7 +22,6 @@
height: nb-theme(sidebar-height);
width: nb-theme(sidebar-width);
background: nb-theme(sidebar-bg);
box-shadow: nb-theme(sidebar-shadow);
}

.scrollable {
Expand Down

0 comments on commit 031b1e6

Please sign in to comment.