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 | |
| parent | 4a956fa18df73c1aa4d01cfe3008a512682d2b62 (diff) | |
fix panel overlaps in firefox
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/timeline/timeline.scss | 1 | ||||
| -rw-r--r-- | src/panel.scss | 2 |
2 files changed, 2 insertions, 1 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 { diff --git a/src/panel.scss b/src/panel.scss index fb9d1731..a14e732f 100644 --- a/src/panel.scss +++ b/src/panel.scss @@ -60,7 +60,7 @@ padding: 0.6em; height: var(--__panel-heading-height); line-height: var(--__panel-heading-height-inner); - z-index: 2; + z-index: 3; &.-flexible-height { --__panel-heading-height: auto; |
