OctoPrint-UICustomizer icon indicating copy to clipboard operation
OctoPrint-UICustomizer copied to clipboard

Octoprint top bar and bottom bar obscures Pretty GCode fullscreen view

Open hyperair opened this issue 2 years ago • 1 comments

Description

When entering Pretty GCode fullscreen view, the top and bottom bar still float above everything, which obscures the unfullscreen button among other things.

I have managed to workaround it with this custom CSS:

body:has(.pgfullscreen) #navbar {
    z-index: -1;
}

Things look like this now in Pretty GCode's fullscreen mode: image


Plugins installed

  • Bed Visualizer[bedlevelvisualizer] v1.1.1
  • M73 ETA Override[m73etaoverride] v1.0.4
  • OctoKlipper[klipper] v0.3.9.5
  • Dashboard[dashboard] v1.19.10
  • PrettyGCode[prettygcode] v1.2.4
  • Slicer Thumbnails[prusaslicerthumbnails] v1.0.3
  • UI Customizer[uicustomizer] v0.1.9.9

UI Customizer settings/info

  • addWebCamZoom: true

  • centerTopIcons: true

  • compactMenu: true

  • compressTempControls: false

  • disableTermInactive: false

  • filesFullHeight: true

  • fixedFooter: false

  • fixedHeader: true

  • fluidLayout: true

  • gcodeFullWidth: false

  • hideGraphBackground: true

  • hideMainCam: false

  • mainTabsCustomize: true

  • navbarplugintempfix: true

  • responsiveMode: true

  • saveAccordions: true

  • themeLocal: false

  • New Webcam model: true

  • Clasic cam: #classicwebcam_container

Software versions

  • OctoPrint 1.9.3
  • Python 3.11.2

Browser

  • Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36

hyperair avatar Dec 23 '23 09:12 hyperair

Thanks - will include the fix asap

LazeMSS avatar Dec 27 '23 18:12 LazeMSS

FIxed in https://github.com/LazeMSS/OctoPrint-UICustomizer/releases/tag/0.1.9.91 - reopen if not fixed

LazeMSS avatar Feb 12 '24 15:02 LazeMSS