Compare commits

..

1 Commits

Author SHA1 Message Date
Zee Aslam
cd7becd05f
Merge 036eefcc94 into 07912a1cb7 2025-07-15 16:06:00 +00:00

View File

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