[Glitch] refactor: Only remove pointer-events when necessary

Port 74fc4dbacf to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
diondiondion
2025-07-15 17:57:31 +02:00
committed by Claire
parent 18653ce15d
commit 4311369ab8

View File

@@ -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%;
}
}