Skip to content

Commit

Permalink
TASK: Hide aria-live-announcer thingy below neos ui
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign authored and markusguenther committed Dec 13, 2024
1 parent 937f237 commit 38b2d56
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@
* Overwriting CKEditor 5 styles for the general rendering in the Neos UI
*/

/* hides powered-by logo */
/* hides buggy powered-by logo (credits on https://www.neos.io via "Editor Tools") */
.ck-powered-by-balloon {
display: none;
}

/* hides bar below neos ui */
.ck-aria-live-announcer {
display: none;
}

0 comments on commit 38b2d56

Please sign in to comment.