fix incorrect sticking in user profile page

remove-mods
Henry Jameson 2 years ago
parent fb70ea3b95
commit cc1e3c6792

@ -10,7 +10,7 @@
} }
.conversation-heading { .conversation-heading {
top: calc(var(--__panel-heading-height) * 2); top: calc(var(--__panel-heading-height) * var(--currentPanelStack, 2));
z-index: 1; z-index: 1;
} }

@ -142,6 +142,9 @@
flex: 2; flex: 2;
flex-basis: 500px; flex-basis: 500px;
// No sticky header on user profile
--currentPanelStack: 1;
.user-profile-fields { .user-profile-fields {
margin: 0 0.5em; margin: 0 0.5em;

Loading…
Cancel
Save