Skip to content

Commit

Permalink
Add CSS to overwrite and prevent extra scroll bar caused by CKEditor …
Browse files Browse the repository at this point in the history
…screen reader (#11785)

* Add ckeditor css to prevent extra scroll bar

* Add changelog entry for ckeditor extra scrollbar
  • Loading branch information
SDScandrettKint authored Feb 13, 2025
1 parent 579c18f commit 206a887
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arches/app/media/css/arches.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12914,3 +12914,7 @@ table.csv-mapping-table td {
width: auto;
}
}

.cke_screen_reader_only {
position: fixed !important;
}
1 change: 1 addition & 0 deletions releases/7.6.7.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 206a887

Please sign in to comment.