statusbar: Fix status text still showing when statusbar is hidden

(Maybe we can use `display: none;` here instead? I am not sure how that
would interact with the animation though.)
This commit is contained in:
Renée Kooi 2018-01-15 12:17:20 +01:00
parent be6fa4a105
commit e56da452fc
No known key found for this signature in database
GPG key ID: 30516CF2A8E63718

View file

@ -13,6 +13,7 @@
}
.uppy-StatusBar[aria-hidden=true] {
overflow-y: hidden;
height: 0;
}