瀏覽代碼

fix panel overlaps in firefox

Henry Jameson 2 年之前
父節點
當前提交
fb70ea3b95
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 0
      src/components/timeline/timeline.scss
  2. 1 1
      src/panel.scss

+ 1 - 0
src/components/timeline/timeline.scss

@@ -11,6 +11,7 @@
 
   .conversation-heading {
     top: calc(var(--__panel-heading-height) * 2);
+    z-index: 1;
   }
 
   &.-nonpanel {

+ 1 - 1
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;