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:
Skyler Grey 2025-11-05 12:17:56 +00:00
parent 3864969204
commit f496a79138
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
opacity: 1; opacity: 1;
} }
#richdocumentsframe { .office-viewer__iframe {
background-color: #fff; background-color: #fff;
width:100%; width:100%;
height: 100vh; height: 100vh;

View file

@ -15,7 +15,7 @@
padding-top: 0; padding-top: 0;
} }
#richdocumentsframe { .office-viewer__iframe {
height: 100%; height: 100%;
position: fixed; position: fixed;
} }