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

fix nested panel headers

parent ab90dc9f
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@
}
.conversation-heading {
top: calc(var(--__panel-heading-height) * var(--currentPanelStack, 2));
top: calc(var(--__panel-heading-height) * var(--currentPanelStack, 1) + var(--navbar-height));
z-index: 2;
}
......
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