Changed 'z-index' of NavBar component

This commit is contained in:
Stefan Mihajlovic 2024-06-04 16:08:11 +02:00
parent c4d3fe78a4
commit 91d744af2a

View file

@ -225,6 +225,10 @@ export default {
@apply mx-1; @apply mx-1;
} }
.fixed {
z-index: 100;
}
@media screen and (max-width: 848px) { @media screen and (max-width: 848px) {
#search-btn { #search-btn {
display: none; display: none;