Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CSS to overwrite and prevent extra scroll bar caused by CKEditor screen reader #11785

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading