mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 03:08:34 +00:00
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:
parent
be6fa4a105
commit
e56da452fc
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@
|
|||
}
|
||||
|
||||
.uppy-StatusBar[aria-hidden=true] {
|
||||
overflow-y: hidden;
|
||||
height: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue