You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I zoom out to 80% in the browser (I only tried in Chrome) using the mouse wheel the scrollbar starts to flicker/shake adding and removing the mCS_no_scrollbar class.
It alternates between adding a scrollbar and removing it.
Please see the GIF attached. One is of the web page and the other one is of the code in DevTools. When I zoom in or out to 80% the problem happens.
Let me know if more info is needed. Thank you.
The text was updated successfully, but these errors were encountered:
jonathanblancor
changed the title
Scrollbar flickering, adding and removing mCS_no_scrollbar when browser is zoomed out
Scrollbar flickering, adding and removing mCS_no_scrollbar when browser is zoomed in or out
Nov 14, 2019
Hi, you probably have long solved this issue but I just came across it on my website and found a possible solution for it: Add auto height to mCSB_container:
.mCSB_container {
height: auto;
}
It is probably best to not use the class but rather find the id of your particular container and use that instead, e.g. you might use something like #mCSB_3_container { ... }. I hope this helps!
When I zoom out to 80% in the browser (I only tried in Chrome) using the mouse wheel the scrollbar starts to flicker/shake adding and removing the mCS_no_scrollbar class.
It alternates between adding a scrollbar and removing it.
Please see the GIF attached. One is of the web page and the other one is of the code in DevTools. When I zoom in or out to 80% the problem happens.
Let me know if more info is needed. Thank you.
The text was updated successfully, but these errors were encountered: