ui fix für ios

This commit is contained in:
beo3000 2026-02-21 15:52:31 +01:00
parent 9c04b8652c
commit 07afabdbb2
1 changed files with 2 additions and 1 deletions

View File

@ -94,9 +94,10 @@
<!-- Sidebar -->
<aside
class="fixed z-40 flex h-full w-[250px] flex-col border-r border-border bg-sidebar p-5 overflow-y-auto transition-transform md:static md:translate-x-0 {sidebarOpen
class="fixed z-40 flex h-full w-[250px] flex-col border-r border-border bg-sidebar p-5 overflow-y-auto overscroll-contain transition-transform md:static md:translate-x-0 {sidebarOpen
? 'translate-x-0'
: '-translate-x-full'}"
style="touch-action: pan-y; -webkit-overflow-scrolling: touch;"
>
<Sidebar onnavigate={closeSidebar} />
</aside>