Skip to content

Commit

Permalink
Pull request: 4926 fix tabs scroll on mobile
Browse files Browse the repository at this point in the history
Updates AdguardTeam#4926

Squashed commit of the following:

commit 23a352d
Merge: 44c6489 8e89cc1
Author: Ildar Kamalov <[email protected]>
Date:   Mon Sep 19 19:35:48 2022 +0300

    Merge branch 'master' into 4926-scroll

commit 44c6489
Author: Ildar Kamalov <[email protected]>
Date:   Mon Sep 19 19:34:54 2022 +0300

    fix

commit 3f8f8c7
Author: Ildar Kamalov <[email protected]>
Date:   Mon Sep 19 19:30:59 2022 +0300

    client: fix tabs scroll on mobile
  • Loading branch information
IldarKamalov committed Sep 19, 2022
1 parent 8e89cc1 commit ab6da05
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/ui/Tabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@
height: 24px;
margin-bottom: 6px;
fill: #4a4a4a;
touch-action: initial;
}

.tab__text {
Expand Down

0 comments on commit ab6da05

Please sign in to comment.