mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-17 13:08:43 +01:00
fix(mobile): update CSS class names
This CSS was intended to apply to the Collabora iframe, however the ID
of that was updated to be random in ba45233bf (chore: refactor iframes
to load collabora directly, 2023-06-11) and this code didn't follow...
Signed-off-by: Skyler Grey <skyler.grey@collabora.com>
This commit is contained in:
parent
3864969204
commit
f496a79138
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
|||
opacity: 1;
|
||||
}
|
||||
|
||||
#richdocumentsframe {
|
||||
.office-viewer__iframe {
|
||||
background-color: #fff;
|
||||
width:100%;
|
||||
height: 100vh;
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
padding-top: 0;
|
||||
}
|
||||
|
||||
#richdocumentsframe {
|
||||
.office-viewer__iframe {
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue