fix layout
This commit is contained in:
@@ -20,7 +20,7 @@ const authModalInitialStateOpen = ref<boolean>(authUI.isPendingRedirect())
|
||||
</script>
|
||||
<template>
|
||||
<div
|
||||
class="fixed left-0 right-0 top-0 z-[500] flex h-[50px] bg-primary"
|
||||
class="z-[500] flex h-[50px] bg-primary"
|
||||
:class="searchActive && 'search-active'"
|
||||
>
|
||||
<div class="mx-auto flex w-full max-w-app items-center py-2.5 text-white">
|
||||
|
||||
Reference in New Issue
Block a user