From 74fc4dbacf5a9168074e91fc2d75309dc42ff1ed Mon Sep 17 00:00:00 2001 From: diondiondion Date: Tue, 15 Jul 2025 17:57:31 +0200 Subject: [PATCH] refactor: Only remove pointer-events when necessary (#35390) --- app/javascript/styles/mastodon/components.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 288b120941..ea72b05ef8 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -2848,7 +2848,6 @@ a.account__display-name { &__pane { height: 100%; overflow: hidden; - pointer-events: none; display: flex; justify-content: flex-end; min-width: 285px; @@ -2860,7 +2859,6 @@ a.account__display-name { &__inner { position: fixed; width: 285px; - pointer-events: auto; height: 100%; } }