From 11f2349f7d0da1a0fbcf5bbd3b9ca4ddec2cd6fa Mon Sep 17 00:00:00 2001 From: genzof Date: Sat, 7 Mar 2026 20:36:37 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20=D0=A0=D0=B5=D1=88=D0=B5=D0=BD=D0=B0=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D0=B1=D0=BB=D0=B5=D0=BC=D0=B0=20=D1=81=20?= =?UTF-8?q?=D0=BF=D1=80=D0=BE=D1=81=D0=B2=D0=B5=D1=87=D0=B8=D0=B2=D0=B0?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=D0=BC=20=D0=B0=D0=B2=D0=B0=D1=82=D0=B0=D1=80?= =?UTF-8?q?=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/App.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/css/App.css b/src/css/App.css index f2ceadd..e673700 100644 --- a/src/css/App.css +++ b/src/css/App.css @@ -382,7 +382,7 @@ h3 { width: 100%; height: 100%; opacity: 0; - z-index: 2; + z-index: 0; cursor: pointer; } @@ -394,7 +394,7 @@ h3 { overflow: hidden; background-color: #e0e0e0; transition: all 0.3s ease; - z-index: 1; + z-index: 0; } .avatar-image {