-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Scroll bar appears with devicePixelRatio = 1.25 #10120
Comments
@vneznaikin This is expected when working with fractional amounts. |
why still not fixed? |
Duplicate: #11169 |
Fixed it in Quasar v2.4.4 & v1.17.1 (to be released) |
Not sure should I post a new bug report or it's a continuation of this one. |
I've reopened - https://mdn7e.sse.codesandbox.io/ reproduces it even with HiDPI 100% but a browser zoom of 125% on linux Chrome |
yes, on windows10 Chrome with browser zoom 125% I see scrollbar and 1-pixel bar. with browser zoom 110% I see only 1-pixel bar, no scrollbar. But I wasn't sure if browser zoom level differences in look are considered as bugs |
…void problems with zoom/HiDPI #10120 (#12234) * fix(Screen): use viewport to get window size to avoid problems with zoom/HiDPI #10120 #10120 * fix(Screen): include scrollbar in size * Update Screen.js Co-authored-by: Razvan Stoenescu <[email protected]>
Fix will be available in Quasar v2.5.0 and v1.18.0 |
With devicePixelRatio = 1.25 (recommended for many displays in Windows 10), the "min-height" of the main and div.q-layout tags is calculated by one pixel longer. The scroll bar appears!
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: