Compare commits

..

1 Commits

Author SHA1 Message Date
Matt Jankowski
5dbcc13a9f
Merge cf175114d7 into 07912a1cb7 2025-07-15 16:06:00 +00:00

View File

@ -2848,6 +2848,7 @@ a.account__display-name {
&__pane { &__pane {
height: 100%; height: 100%;
overflow: hidden; overflow: hidden;
pointer-events: none;
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
min-width: 285px; min-width: 285px;
@ -2859,6 +2860,7 @@ a.account__display-name {
&__inner { &__inner {
position: fixed; position: fixed;
width: 285px; width: 285px;
pointer-events: auto;
height: 100%; height: 100%;
} }
} }