Browse Source

hidden should not be displayed 💡

Artur Paikin 6 years ago
parent
commit
9788d26286
1 changed files with 4 additions and 0 deletions
  1. 4 0
      packages/@uppy/core/src/_common.scss

+ 4 - 0
packages/@uppy/core/src/_common.scss

@@ -23,6 +23,10 @@
   outline-offset: $size-focus-offset; /* no !important */
 }
 
+.uppy-Root [hidden] {
+  display: none;
+}
+
 // https://blog.prototypr.io/align-svg-icons-to-text-and-say-goodbye-to-font-icons-d44b3d7b26b4
 
 .UppyIcon {