Merge pull request #1043 from ONLYOFFICE/fix/fix-bugs-on-mobiles

[mobile] Fix bug 51680
This commit is contained in:
Julia Radzhabova 2021-08-03 21:29:03 +03:00 committed by GitHub
commit 9e73b72c5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -226,4 +226,12 @@
.no-comments {
text-align: center;
margin-top: 35px;
}
.actions-modal.modal-in {
z-index: 13700;
}
.actions-backdrop.backdrop-in {
z-index: 13600;
}