Browse Source

Informer shouldn’t block action buttons in StatusBar

Artur Paikin 6 years ago
parent
commit
49f508b6c2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/@uppy/informer/src/style.scss

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

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