Kragrathea / OctoPrint-PrettyGCode

114 stars 20 forks source link

If you are having NAVBAR issues while fullscreen! #112

Open newrecycle opened 3 years ago

newrecycle commented 3 years ago

If you are having an issue with the navbar staying visible while in full screen mode, add the following custom css:

I could find nothing on google about this issue and ended up having to dig around for a while trying to find a css solution, so here it is, along with some keywords for google:

.pgfullscreen #navbar { visibility:hidden; }

prettygcode navbar in the way prettygcode navbar visible navbar not going away prettygcode and UI customizer

newrecycle commented 3 years ago

In case this is still being actively maintained, Kragrathea, there is a support issue between UI customizer and pretty-gcode that makes the navbar not disappear, if you could add this info and css to the html help section underneath the window or in the readme it would stop this issue from happening again, thanks for all your hard work! we seriously do appreciate it :)