🐛 bug: set z index header menu

:%s
This commit is contained in:
lytrankieio123 2021-08-27 16:29:05 +07:00
parent a0ed04329d
commit 3f70dc7346

View File

@ -7,6 +7,7 @@
padding: 2rem 1rem;
border-top: 1px solid var(--border-line);
box-shadow: -5px 6px 10px rgba(0, 0, 0, 0.2);
z-index: 9999;
.menu {
@apply grid grid-cols-4;
li {