forked from AkkomaGang/akkoma-fe
fix incorrect sticking in user profile page
This commit is contained in:
parent
fb70ea3b95
commit
cc1e3c6792
2 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -142,6 +142,9 @@
|
|||
flex: 2;
|
||||
flex-basis: 500px;
|
||||
|
||||
// No sticky header on user profile
|
||||
--currentPanelStack: 1;
|
||||
|
||||
.user-profile-fields {
|
||||
margin: 0 0.5em;
|
||||
|
||||
|
|
Loading…
Reference in a new issue