Fix the progess bar hidden when rotated in mobile
This commit is contained in:
parent
aaed985699
commit
210d663907
@ -160,7 +160,9 @@ main .spinner .bounce2 {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
overflow: hidden;
|
overflow: auto;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
#previewer header {
|
#previewer header {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user