fix(time-tracking) : keep calendar header sticky below page header
This commit is contained in:
@@ -98,9 +98,12 @@
|
||||
|
||||
<div class="h-full flex-1 overflow-hidden flex flex-col">
|
||||
<AppTopNav :user="auth.user" />
|
||||
<main class="flex-1 overflow-y-auto px-16 py-24">
|
||||
<slot/>
|
||||
</main>
|
||||
<div class="relative flex-1 overflow-hidden bg-white">
|
||||
<div aria-hidden="true" class="pointer-events-none absolute inset-x-0 top-0 z-50 h-12 bg-white" />
|
||||
<main class="h-full overflow-y-auto px-16 pt-12 pb-24">
|
||||
<slot/>
|
||||
</main>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user