From ab6da05b513193345d1ca93407a48b7aad001654 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Mon, 19 Sep 2022 20:22:26 +0300 Subject: [PATCH] Pull request: 4926 fix tabs scroll on mobile Updates #4926 Squashed commit of the following: commit 23a352d214b434de8321560ea5c46214672fe816 Merge: 44c64893 8e89cc12 Author: Ildar Kamalov Date: Mon Sep 19 19:35:48 2022 +0300 Merge branch 'master' into 4926-scroll commit 44c64893bb602793285da13b80ef4a5befd1cf9d Author: Ildar Kamalov Date: Mon Sep 19 19:34:54 2022 +0300 fix commit 3f8f8c72534718a24fcd6349160887c0cbece4b6 Author: Ildar Kamalov Date: Mon Sep 19 19:30:59 2022 +0300 client: fix tabs scroll on mobile --- client/src/components/ui/Tabs.css | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/components/ui/Tabs.css b/client/src/components/ui/Tabs.css index 837cf3d8..afa8438a 100644 --- a/client/src/components/ui/Tabs.css +++ b/client/src/components/ui/Tabs.css @@ -67,6 +67,7 @@ height: 24px; margin-bottom: 6px; fill: #4a4a4a; + touch-action: initial; } .tab__text {