nixpkgs/home/programs/firefox/kioskLikeUserChrome.css

8 lines
229 B
CSS
Raw Normal View History

/*
* Important: use "visibility: collapse" instead of "display: none".
* I do not know why, but display: none will hide the whole content of the frame.
*/
#navigator-toolbox-background {
visibility: collapse !important;
}