commit 6a4675f5c19a3e7d0d658b479710a01961ad5f48
parent b42df0630bfd9d6f8ebbcf54f5e778de022ed3f7
Author: Agastya Chandrakant <acagastya@outlook.com>
Date: Wed, 7 Oct 2020 17:52:26 +0530
fix scrollbar
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/App/comps/TimezoneInput.tsx b/src/App/comps/TimezoneInput.tsx
@@ -101,6 +101,7 @@ function TimezoneInput({
left: '15px',
maxHeight: '50vh',
overflowX: 'scroll',
+ scrollbarWidth: 'none',
position: 'absolute',
right: '15px',
WebkitOverflowScrolling: 'touch',