Adjust sticky header position to top-14
This commit is contained in:
parent
06e69316ad
commit
8ae228f7f7
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div>
|
||||
<div v-if="work">
|
||||
<div class="sticky top-12 bg-white z-30 border-b border-gray-200">
|
||||
<div class="sticky top-14 bg-white z-30 border-b border-gray-200">
|
||||
<div class="max-w-3xl mx-auto px-4">
|
||||
<div class="flex items-center justify-between py-1">
|
||||
<div class="flex flex-wrap items-baseline gap-1">
|
||||
|
|
|
|||
Loading…
Reference in a new issue