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

Prevent websites from hiding scrollbar using CSS display property #176

Open
WesleyBranton opened this issue Aug 5, 2022 · 1 comment
Open
Labels
bug Something isn't working chromium-desktop This issue or pull request applies to Chromium-based browsers P4 This issue is considered low priority

Comments

@WesleyBranton
Copy link
Owner

Some websites are using display: none to hide the scrollbar from their website. This should be prevented by using the add-on to inject display: block to the page.

@WesleyBranton WesleyBranton added bug Something isn't working P3 This issue is considered medium priority chromium-desktop This issue or pull request applies to Chromium-based browsers labels Aug 5, 2022
@WesleyBranton WesleyBranton self-assigned this Aug 13, 2022
@WesleyBranton WesleyBranton added P4 This issue is considered low priority and removed P3 This issue is considered medium priority labels Jan 31, 2023
@WesleyBranton
Copy link
Owner Author

The previous implementation of this fix caused unwanted side-effects (see #195). We must come up with an alternate way to solve this issue.

@WesleyBranton WesleyBranton reopened this Jan 31, 2023
@WesleyBranton WesleyBranton removed their assignment Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working chromium-desktop This issue or pull request applies to Chromium-based browsers P4 This issue is considered low priority
Projects
None yet
Development

No branches or pull requests

1 participant