Fix burger z-layer

This commit is contained in:
William Tran 2021-08-26 20:50:33 -04:00
parent c825d846d3
commit 82354d7d59
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@
width: calc(62rem / 16);
height: calc(57rem / 16);
cursor: pointer;
z-index: 10;
z-index: 9;
background: var(--primary-accent-light);
border-radius: calc(5rem / 16);
transition: transform 0.3s ease-in-out;