From 844a3ad2150d7d6b07a299efa85869b821313d19 Mon Sep 17 00:00:00 2001 From: Bel Curcio Date: Mon, 7 Jun 2021 01:09:43 -0300 Subject: [PATCH] Changes --- components/ui/Sidebar/Sidebar.module.css | 1 + 1 file changed, 1 insertion(+) 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 {