Skip to content
Snippets Groups Projects
Commit cc1e3c67 authored by HJ's avatar HJ :fire:
Browse files

fix incorrect sticking in user profile page

parent fb70ea3b
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment