New bug in Chrome? overflow-y:scroll is being replaced by overflow-y:hidden.
I've created a custom dropdown menu using javascript and as part of that I am applying the overflow-y css property using jQuery syntax like so: menu.css("overflow-y","scroll");
This allows the user to scroll down if the list of items in the dropdown is too long for the available space.
However a recent Chrome update seems to have broken this functionality and it now is applying overflow-y:hidden to my menu every time, regardless of what I try to do. This of course means there is no scroll bar and my users can not see all the items in the dropdown menu.
This custom dropdown menu used to work just fine and I've made no changes to the code. I've also confirmed that it still works fine in Firefox, IE and Edge. Only Chrome is not playing nice.
--
--
Chromium Discussion mailing list: chromium...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-discuss
---
You received this message because you are subscribed to the Google Groups "Chromium-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-discu...@chromium.org.