overlay_fullscreen_toolbars: add description about what it does

This commit is contained in:
MrOtherGuy
2024-01-25 22:02:55 +02:00
parent 3f6f6d376f
commit 3ef874e566
+2
View File
@@ -1,6 +1,8 @@
/* Source file https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/overlay_fullscreen_toolbars.css made available under Mozilla Public License v. 2.0
See the above repository for updates as well as full license text. */
/* Makes toolbars appear as overlay instead of pushing down the website in fullscreen mode */
@media (-moz-bool-pref: "browser.fullscreen.autohide"){
#navigator-toolbox[inFullscreen]{
position: fixed !important;