fix nested panel headers

This commit is contained in:
Henry Jameson 2024-08-28 23:54:46 +03:00
parent ab90dc9fb1
commit f5fbf9af64

View file

@ -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;
}