add z-index for menu

This commit is contained in:
imohkay 2021-10-27 17:03:33 +05:30
parent 1639a079b8
commit 79ba06b06b

View file

@ -5,6 +5,8 @@
height: 68px;
padding: var(--spacing-2);
box-sizing: border-box;
z-index: 110;
@media screen and (max-width: 799px) {
padding-top: calc(var(--spacing) * 1.6);
}