nixpkgs/home/programs/firefox/kioskLikeUserChrome.css
Daniel Siepmann 919b390201
Adjust Firefox user chrome css
The markup has changed, the css is adjusted.
2023-11-13 08:06:42 +01:00

10 lines
310 B
CSS

/*
* Important: use "visibility: collapse" instead of "display: none".
* I do not know why, but display: none will hide the whole content of the frame.
*
* See: https://firefox-source-docs.mozilla.org/devtools-user/browser_toolbox/index.html
*/
#navigator-toolbox {
visibility: collapse !important;
}