From 6efd36ad6e8e2db66fccb306caa4f9df73939e4d Mon Sep 17 00:00:00 2001 From: ayato <58212796+ayaaop@users.noreply.github.com> Date: Tue, 9 Jul 2024 17:15:00 +0000 Subject: [PATCH] I forgot that the avatar itself is supposed to be interactive --- Web/static/css/avataredit.css | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/Web/static/css/avataredit.css b/Web/static/css/avataredit.css index c05cd50e..c3b714fb 100644 --- a/Web/static/css/avataredit.css +++ b/Web/static/css/avataredit.css @@ -20,10 +20,11 @@ } .avatar_controls { - width: 100%; - height: 100%; - overflow: hidden; - position: absolute; + width:100%; + height:100%; + overflow:hidden; + position:absolute; + pointer-events:none; } .avatarDelete { @@ -34,6 +35,7 @@ border-radius: 0px 0px 0px 5px; opacity:0; cursor:pointer; + pointer-events:all; } .avatarDelete img { @@ -68,6 +70,7 @@ div.avatar_block:hover .avatar_variants color:white; padding-top: 2px; padding-bottom: 2px; + pointer-events:all; } .variant