commit: 8cc25845712be524660f5875d9ce3cc0817dd889
parent 155e7aa117a4bc7a249e0674c14379a6b461f63c
Author: Henry Jameson <me@hjkos.com>
Date: Thu, 19 Dec 2024 14:15:00 +0200
fix panel stack in user profile
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/changelog.d/panel-stack.fix b/changelog.d/panel-stack.fix
@@ -0,0 +1 @@
+proper sticky header for conversations on user page
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue
@@ -166,7 +166,7 @@
flex-basis: 500px;
// No sticky header on user profile
- --currentPanelStack: 1;
+ --currentPanelStack: 0;
.user-birthday {
margin: 0 0.75em 0.5em;