aboutsummaryrefslogtreecommitdiff
path: root/src/components/timeline
diff options
context:
space:
mode:
authorHJ <30-hj@users.noreply.git.pleroma.social>2022-06-07 13:59:07 +0000
committerHJ <30-hj@users.noreply.git.pleroma.social>2022-06-07 13:59:07 +0000
commit15229d27b41c1a378fefbb834a4bfd5c12ff0514 (patch)
tree4dcf510e313480072a40ed8f89abdcc37bffec52 /src/components/timeline
parent0aa334515bd67ca69e84177c22273592f694fc28 (diff)
parent9b5fe24ca455af5420a326e78878ca7b35b5bf66 (diff)
Merge branch '3c-fixes' into 'develop'
restore notifications page, fix z-index issues Closes #1166 See merge request pleroma/pleroma-fe!1534
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 {