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