From 1c1ca1c6e3d490ddfaf2f176a54f5b93b24a9c1a Mon Sep 17 00:00:00 2001
From: Ildar Kamalov <ik@adguard.com>
Date: Thu, 9 Jun 2022 11:57:58 +0300
Subject: [PATCH] Pull request: 4641 fix button clickable area

Updates #4641

Squashed commit of the following:

commit f9f018388a198d7712e5caabba94035e42e393c4
Author: Ildar Kamalov <ik@adguard.com>
Date:   Tue Jun 7 16:21:37 2022 +0300

    client: fix button clickable area
---
 client/src/components/Settings/Settings.css | 1 +
 1 file changed, 1 insertion(+)

diff --git a/client/src/components/Settings/Settings.css b/client/src/components/Settings/Settings.css
index 4efb0868..3fd560f9 100644
--- a/client/src/components/Settings/Settings.css
+++ b/client/src/components/Settings/Settings.css
@@ -113,6 +113,7 @@
     width: 30px;
     height: 30px;
     background-color: transparent;
+    overflow: hidden;
 }
 
 .btn-icon--green {