datguypiko / Firefox-Mod-Blur

Firefox Theme - For dark theme lovers / More compact / Modular / Blur
1.24k stars 59 forks source link

Unable to click tabs at top edge of screen #140

Closed Rokym closed 1 month ago

Rokym commented 1 month ago

I'm encountering an issue with my Firefox CSS modifications. When I move the mouse pointer all the way to the top of the screen and try to click on a tab, it seems like I'm clicking the border of the browser window instead of the tab itself. This prevents the tab from being selected. Could anyone advise on which CSS setting I need to adjust to ensure that the tabs remain clickable when the mouse is at the top edge of the screen?

Thank you!

L5KvcXLjjn

datguypiko commented 1 month ago

you have your tabs set at the top?

Rokym commented 1 month ago

you have your tabs set at the top?

yeah i moved them to the top. seems the tabs don't go all the way to the top of the browser so when i click at the very top of my screen, its actually click the browser itself and not the tab

datguypiko commented 1 month ago

Set padding-top to 0px in userChrome.css file, should work if you have set "firefoxcss.tabs.on.top.enable" in about:config. image

Rokym commented 1 month ago

Set padding-top to 0px in userChrome.css file, should work if you have set "firefoxcss.tabs.on.top.enable" in about:config. image i fucking love you, thank you so much!