Skip to content

Commit

Permalink
ktl-1735 feat: fix platform z-index in safari (#3927)
Browse files Browse the repository at this point in the history
  • Loading branch information
krutilov authored and berezinant committed Nov 28, 2024
1 parent 8f56250 commit e7a8569
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
background-color: var(--color-background-nav-dt);

box-shadow: 0 2px 8px 0 #00000040;
-webkit-transform: translate3d(0,0,0);

@media (width < $breakpoint-desktop-min) {
top: 0;
Expand Down

0 comments on commit e7a8569

Please sign in to comment.