Fix admin UI user bar overlap (#439)

This commit is contained in:
DecDuck 2026-07-10 14:53:48 +10:00 committed by GitHub
parent 6f74718695
commit d0c3b2fdb6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
<template>
<div
class="pt-8 lg:pt-0 lg:pl-20 fixed inset-0 flex flex-col overflow-auto bg-zinc-900"
class="lg:pl-20 fixed inset-x-0 bottom-0 top-16 lg:top-14 flex flex-col overflow-auto bg-zinc-900"
>
<div
class="bg-zinc-950 w-full flex flex-row items-center gap-2 justify-between px-2 pt-6 lg:pt-0"