Compare commits

..

1 Commits

Author SHA1 Message Date
Eashwar Ranganathan
e910510a22
Merge b534854505 into 07912a1cb7 2025-07-15 16:05:58 +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%;
}
}