Code Monkey home page Code Monkey logo

Comments (5)

mia-gamedev avatar mia-gamedev commented on June 26, 2024

adding

#nav-bar{
  position: static !important;
}

in nav-bar fixes it; not sure why
but breaks nav buttons

from firefox-csshacks.

MrOtherGuy avatar MrOtherGuy commented on June 26, 2024

What style do you use along with window_control_placeholder_support.css?
Also, what OS do you have?

For reference, I tried with Firefox 124.0.2 with tabs_on_bottom.css on Windows 10 and it seems to work correctly.

from firefox-csshacks.

mia-gamedev avatar mia-gamedev commented on June 26, 2024

I use your hide_tabs_toolbar.css running Win 10 124.0.2 (64-bit), so no tabs as I'm using sideberry. That issue also happens on my laptop running Win 11 with the same CSS and Version.
I was digging through the css and this does fix it:

#titlebar {
  z-index: 9999 !important;
}
#nav-bar-customization-target{
  z-index: 9999 !important;
}
#PanelUI-button{
  z-index: 9999 !important;
}

My guess is that the navbar is above the titlebar so the window controls are hidden. Forcing titlebar to be infront with the z index makes the windowcontrols appear and clickable, but all navbar items unclickable. Pulling nav-bar-customization-target and PanelUI-button also infront makes everything clickable, but its extremly hacky.

from firefox-csshacks.

MrOtherGuy avatar MrOtherGuy commented on June 26, 2024

Are you sure your hide_tabs_toolbar.css is up to date? This issue kinda sounds like what would happen before patch df4462f - see issue #331

from firefox-csshacks.

mia-gamedev avatar mia-gamedev commented on June 26, 2024

ill try that ... yea it works now. I didn't expect it to be from the hide_tabs_toolbar.css

from firefox-csshacks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.