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 diff --git a/releases/7.6.7.md b/releases/7.6.7.md index a56c136a42c..d34fb4ba5cc 100644 --- a/releases/7.6.7.md +++ b/releases/7.6.7.md @@ -5,6 +5,7 @@ - ANALYSIS_COORDINATE_SYSTEM_SRID string compatibility [#11714](https://github.com/archesproject/arches/issues/11714) - Removes need for required cantaloupe directory [#10289](https://github.com/archesproject/arches/issues/10289) - Fixes frontend build for systems using poetry or uv [#11764](https://github.com/archesproject/arches/issues/11764) +- Fixes accessibility issues from extra scroll bar caused by CKEditor screen reader css class [#11713](https://github.com/archesproject/arches/issues/11713) ### Dependency changes: