fix incorrect sticking in user profile page

This commit is contained in:
Henry Jameson 2022-05-09 23:14:58 +03:00
parent fb70ea3b95
commit cc1e3c6792
2 changed files with 4 additions and 1 deletions

View File

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

View File

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