Skip to content

Commit f6474bd

Browse files
authored
fix: Proper z-indexing on 'Back to main menu' button in mobile (#1672)
Added z-index to the back-button in the mobile menu
1 parent 5c65ed5 commit f6474bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/site-kit/src/lib/nav/MobileMenu.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,7 @@
310310
width: 50%;
311311
height: 4.8rem;
312312
padding: 0 var(--sk-page-padding-side);
313+
z-index: 2;
313314
}
314315
315316
.universal .contents,

0 commit comments

Comments
 (0)