Skip to content

Commit

Permalink
Don'c clip dropdown box shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
bartaz committed Mar 13, 2020
1 parent 4e81d35 commit 748ec31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scss/_patterns_subnav.scss
Expand Up @@ -100,9 +100,8 @@
z-index: 5;

@media (min-width: $breakpoint-navigation-threshold + 1) {
clip: rect(0, 1000px, 1000px, -10px); /* Clip the top of the box-shadow off */
position: absolute;
top: calc(#{$spv-inner--medium * 4} - 1px);
top: $spv-inner--medium * 4;
}

@media (max-width: $breakpoint-navigation-threshold) {
Expand Down

0 comments on commit 748ec31

Please sign in to comment.