Fix nav being under content on mobile

This commit is contained in:
malik 2024-02-08 23:51:29 +01:00
parent 99ebd8dc33
commit 0a1b87461e

View file

@ -23,6 +23,8 @@
}
.navbar {
z-index: 2;
position: relative;
width: 100%;
display: flex;
align-items: center;