diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index cc453f3e..09ff96d8 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -225,6 +225,10 @@ export default { @apply mx-1; } +.fixed { + z-index: 100; +} + @media screen and (max-width: 848px) { #search-btn { display: none;