mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-24 14:54:04 +08:00
[SSE mobile] Fix Bug 61181
This commit is contained in:
@ -906,6 +906,15 @@ input[type="number"]::-webkit-inner-spin-button {
|
||||
box-shadow: inset 0 2px red;
|
||||
}
|
||||
|
||||
.statusbar {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
z-index: 10000;
|
||||
}
|
||||
|
||||
// Fonts List
|
||||
|
||||
.font-item {
|
||||
|
||||
Reference in New Issue
Block a user