ui fix für ios
This commit is contained in:
parent
9c04b8652c
commit
07afabdbb2
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue