diff options
| author | Henry Jameson <me@hjkos.com> | 2022-05-09 23:11:50 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-05-09 23:11:50 +0300 |
| commit | fb70ea3b9510e579d5b596883a546a28a7dc297c (patch) | |
| tree | 1edff21e9fe638ec5396da5aedaccee4f04c8fec /src/components/timeline | |
| parent | 4a956fa18df73c1aa4d01cfe3008a512682d2b62 (diff) | |
fix panel overlaps in firefox
Diffstat (limited to 'src/components/timeline')
| -rw-r--r-- | src/components/timeline/timeline.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/timeline/timeline.scss b/src/components/timeline/timeline.scss index f5d22f47..bed2a175 100644 --- a/src/components/timeline/timeline.scss +++ b/src/components/timeline/timeline.scss @@ -11,6 +11,7 @@ .conversation-heading { top: calc(var(--__panel-heading-height) * 2); + z-index: 1; } &.-nonpanel { |
