From 16caa6e387b92a88e5019f9d87be429a961afd3e Mon Sep 17 00:00:00 2001 From: diondiondion Date: Tue, 15 Jul 2025 17:57:31 +0200 Subject: [PATCH] [Glitch] refactor: Only remove pointer-events when necessary Port 74fc4dbacf5a9168074e91fc2d75309dc42ff1ed to glitch-soc Signed-off-by: Claire --- app/javascript/flavours/glitch/styles/components.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/javascript/flavours/glitch/styles/components.scss b/app/javascript/flavours/glitch/styles/components.scss index ec61f93277..c9e93ac7b8 100644 --- a/app/javascript/flavours/glitch/styles/components.scss +++ b/app/javascript/flavours/glitch/styles/components.scss @@ -2913,7 +2913,6 @@ a.account__display-name { &__pane { height: 100%; overflow: hidden; - pointer-events: none; display: flex; justify-content: flex-end; min-width: 285px; @@ -2925,7 +2924,6 @@ a.account__display-name { &__inner { position: fixed; width: 285px; - pointer-events: auto; height: 100%; } }