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/panel.scss | |
| parent | 4a956fa18df73c1aa4d01cfe3008a512682d2b62 (diff) | |
fix panel overlaps in firefox
Diffstat (limited to 'src/panel.scss')
| -rw-r--r-- | src/panel.scss | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
