-
Notifications
You must be signed in to change notification settings - Fork 84
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
Scrollbars appear in click2load.html
#1901
Comments
Using body {
width: 100vw;
height: 100vh;
} instead of the inline style can solve this issue. |
clicktoload.html
click2load.html
High DPI monitor? System/browser scaling? |
Yes, It is easier to reproduce when Firefox browser is not the default zoom level (eg. 110%). |
Adding the following CSS code to @-moz-document regexp("moz-extension://[^/]+/web_accessible_resources/click2load\.html.+"){
#ublock0-clicktoload > body{
width: 100vw !important;
height: 100vh !important;
}
} |
Prerequisites
I tried to reproduce the issue when...
Description
In Firefox, scrollbars always appear in
click2load.html
A specific URL where the issue occurs
https://developer.mozilla.org/en-US/docs/Web/Guide/Audio_and_video_manipulation#video_and_webgl
Steps to Reproduce
*$frame,redirect=click2load.html
toMy filters
https://developer.mozilla.org/en-US/docs/Web/Guide/Audio_and_video_manipulation#video_and_webgl
.Expected behavior
Scrollbars should not appear in the placeholder document.
Actual behavior
uBlock Origin version
uBlock Origin 1.39.3rc1
Browser name and version
Firefox 95.0.2
Operating System and version
Windows 10
The text was updated successfully, but these errors were encountered: