From 77128226cd3a1b1b2fbb1261b59d611e30840554 Mon Sep 17 00:00:00 2001 From: Samuel Scandrett Date: Tue, 11 Feb 2025 18:56:58 +0000 Subject: [PATCH] Add ckeditor css to prevent extra scroll bar --- arches/app/media/css/arches.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arches/app/media/css/arches.scss b/arches/app/media/css/arches.scss index e2f84ed61b1..2947c4fb30c 100644 --- a/arches/app/media/css/arches.scss +++ b/arches/app/media/css/arches.scss @@ -12914,3 +12914,7 @@ table.csv-mapping-table td { width: auto; } } + +.cke_screen_reader_only { + position: fixed !important; +} \ No newline at end of file