Fix display issues
This commit is contained in:
parent
85a722e160
commit
d9e0bae305
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@
|
|||
: status == 3
|
||||
? 'border-maintenance'
|
||||
: 'border-maintenance'}
|
||||
bg-black/55 p-4"
|
||||
bg-black/55 p-4 backdrop-blur-sm z-0"
|
||||
>
|
||||
<div class="flex flex-row justify-between pb-4">
|
||||
<div
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
</script>
|
||||
|
||||
<ul
|
||||
class="sticky flex h-16 w-full flex-row items-center justify-center gap-3 border-b bg-black/40 backdrop-blur-sm"
|
||||
class="absolute flex h-16 w-full flex-row items-center justify-center gap-3 border-b bg-black/40 backdrop-blur-sm z-50"
|
||||
>
|
||||
<li>
|
||||
<Button
|
||||
|
|
Loading…
Reference in a new issue