diff --git a/src/components/TopBar.vue b/src/components/TopBar.vue index 925739132e35e70b055abe06d0768139d1b529d5..445835b9a1247608a370c50bad7efb9ab10667ee 100644 --- a/src/components/TopBar.vue +++ b/src/components/TopBar.vue @@ -6,7 +6,7 @@ const isMobile = useMobileView() </script> <template> - <div h-topbar fixed z-20 w-full b-b bg-sidebar dark:b-secondary> + <div h-14 b-b bg-background> <div flex justify-center gap-2 p-2> <Button v-if="isMobile" variant="ghost" @click="emit('toggleNavSidebar')"> <icon-tooling />