diff --git a/components/ui/Sidebar/Sidebar.module.css b/components/ui/Sidebar/Sidebar.module.css index b052fd02c..02fa99c0a 100644 --- a/components/ui/Sidebar/Sidebar.module.css +++ b/components/ui/Sidebar/Sidebar.module.css @@ -4,6 +4,7 @@ .sidebar { @apply h-full flex flex-col text-base bg-accent-0 shadow-xl overflow-y-auto; + -webkit-overflow-scrolling: touch; } .backdrop {