Fix display issues

This commit is contained in:
Neshura 2024-01-03 23:58:08 +01:00
parent 85a722e160
commit d9e0bae305
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
2 changed files with 2 additions and 2 deletions

View file

@ -70,7 +70,7 @@
: status == 3 : status == 3
? 'border-maintenance' ? 'border-maintenance'
: '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 class="flex flex-row justify-between pb-4">
<div <div

View file

@ -6,7 +6,7 @@
</script> </script>
<ul <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> <li>
<Button <Button