commit 05787c8296bd8cb6eb3012bd914b7599817083da
parent 165c4a8301e9e2bbb0ed1cc4e02914134b4d4f14
Author: Agastya Chandrakant <acagastya@outlook.com>
Date:   Mon, 25 May 2020 16:45:07 +0530
change scroll behaviour
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/App/comps/TimezoneInput.tsx b/src/App/comps/TimezoneInput.tsx
@@ -96,7 +96,7 @@ function TimezoneInput({
               : 'none',
           left: '15px',
           maxHeight: '50vh',
-          overflow: 'scroll',
+          overflowX: 'scroll',
           position: 'absolute',
           right: '15px',
           WebkitOverflowScrolling: 'touch',