From 3a60500d54b30922e55cd8e0638590732f886c99 Mon Sep 17 00:00:00 2001 From: Seo Jun Hyung Date: Thu, 20 Apr 2023 00:43:33 +0900 Subject: [PATCH] fix(www): remove styles for preventing scroll when modal is open (#209) --- apps/www/styles/globals.css | 7 ------- 1 file changed, 7 deletions(-) diff --git a/apps/www/styles/globals.css b/apps/www/styles/globals.css index d191287197..18f1ee9b17 100644 --- a/apps/www/styles/globals.css +++ b/apps/www/styles/globals.css @@ -92,13 +92,6 @@ } } -/** Prevent scrolling on body when modal is open */ -body[style*="pointer-events: none"] .overflow-auto, -body[style*="pointer-events: none"] .overflow-y-auto, -body[style*="pointer-events: none"] .overflow-x-auto { - overflow: hidden !important; -} - @media (max-width: 640px) { .container { @apply px-4;