ソースを参照

Informer shouldn’t block action buttons in StatusBar

Artur Paikin 6 年 前
コミット
49f508b6c2
1 ファイル変更1 行追加0 行削除
  1. 1 0
      packages/@uppy/informer/src/style.scss

+ 1 - 0
packages/@uppy/informer/src/style.scss

@@ -33,6 +33,7 @@
     opacity: 0;
     opacity: 0;
     transform: translateY(350%);
     transform: translateY(350%);
     transition: all 300ms ease-in;
     transition: all 300ms ease-in;
+    z-index: $zIndex-negative;
   }
   }
 
 
 .uppy-Informer p {
 .uppy-Informer p {