Fix the progess bar hidden when rotated in mobile

This commit is contained in:
GuoHaoLan 2022-08-03 17:25:03 +08:00
parent aaed985699
commit 210d663907

View File

@ -160,7 +160,9 @@ main .spinner .bounce2 {
width: 100%;
height: 100%;
z-index: 9999;
overflow: hidden;
overflow: auto;
display: flex;
flex-direction: column;
}
#previewer header {