aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline
diff options
context:
space:
mode:
authorSean King <seanking2919@protonmail.com>2022-07-10 20:06:18 -0600
committerSean King <seanking2919@protonmail.com>2022-07-10 20:06:18 -0600
commit63519c325f879ea3f64052e39c019267d8238b54 (patch)
tree187a55fb2035ddf93e84d0ce8ec4c9e4c0528be6 /src/components/timeline
parent65b0b69f109c42f07fe14c764d6a4e01bd763a83 (diff)
parentc4cbad0df43a1b0c0644f7818d7e7eca97ceda40 (diff)
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into add/edit-status
Diffstat (limited to 'src/components/timeline')
-rw-r--r--src/components/timeline/timeline.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/timeline/timeline.scss b/src/components/timeline/timeline.scss
index c7ea0dff..9e009fd3 100644
--- a/src/components/timeline/timeline.scss
+++ b/src/components/timeline/timeline.scss
@@ -11,7 +11,7 @@
.conversation-heading {
top: calc(var(--__panel-heading-height) * var(--currentPanelStack, 2));
- z-index: 1;
+ z-index: 2;
}
&.-nonpanel {