From f496a79138e6ab9426572a1264379f307bb70804 Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Wed, 5 Nov 2025 12:17:56 +0000 Subject: [PATCH] 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 --- css/files.scss | 2 +- css/mobile.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/files.scss b/css/files.scss index 01bab0874..d05fa7b46 100644 --- a/css/files.scss +++ b/css/files.scss @@ -23,7 +23,7 @@ opacity: 1; } -#richdocumentsframe { +.office-viewer__iframe { background-color: #fff; width:100%; height: 100vh; diff --git a/css/mobile.css b/css/mobile.css index c7ef3151e..8195d7fd8 100644 --- a/css/mobile.css +++ b/css/mobile.css @@ -15,7 +15,7 @@ padding-top: 0; } - #richdocumentsframe { + .office-viewer__iframe { height: 100%; position: fixed; }