Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Clipped" corner when hovering over non-active tag adjactent to selected tag #2

Open
mitchdotnet opened this issue Oct 30, 2024 · 3 comments

Comments

@mitchdotnet
Copy link

Firstly, yes, I tweaked the corner radius and colors a bit, but this issue was present before I did any of that. When the mouse is hovered over the tag to the immediate left of the currently selected tag, the bottom-right corner is "clipped":

firefox

Installing this theme is my first time messing with Firefox's CSS at all so I'm not familiar with it enough to know where to look to try to solve this.

@OfficialFreak
Copy link
Owner

What's showing up for you is the pseudo element im using to "fake" the outward border radius. This should normally be hidden behind the neighboring tabs by setting the z-index to a low value. Im guessing something broke in the process of modifying the theme so I'd suggest doing a git diff to see what's changed and if that doesn't help, sending it here so I can take a look at it. :)

@mitchdotnet
Copy link
Author

As mentioned I'm getting the same result with no modifications to userChrome.css:

firefox2

@OfficialFreak
Copy link
Owner

Ah okay, it seems some outside factor is responsible then. I'm guessing you don't have another userChrome active which could interfere so the only things that could be different are Firefox Version and Operating System. I cannot reproduce the issue myself and the only solution I can think of right now is for you to use the Firefox Browser Devtools to try and play around with the z-index values of the tabs / position to figure out what's going wrong.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants