Misha Koryak
Misha Koryak
sorry about that.
I think it has something to do with this: https://developers.google.com/maps/documentation/geocoding/start **Before you begin:** Before you start using the Geocoding API, you need a project with a billing account and the...
sorry, this fell off my radar. Ill look soon
This happens because of how different browsers calculcate scrollLeft in RTL. you need to include the following workaround to fix this: https://github.com/othree/jquery.rtl-scroll-type and this code: ``` var origScrollLeft = jQuery.fn.scrollLeft;...
That's fun, I should have guessed some other calculations would need to be inverted. I'm upgrading this to a bug.
No, this plugin does not do this and there are no plans for it. Feel free to write your own :) On Tue, Nov 2, 2021, 12:16 AM Senior software...
this PR might be a fix for that: https://github.com/mkoryak/floatThead/pull/357 I havent really had much time to spend here as I used to, I should really look at it soon. also,...
That's good, the pr might break some other scrolling type (there are a total of 16 code paths to test) so keep that in mind
Does using fixed positioning do anything for you? On Wed, Dec 19, 2018, 9:59 AM MikeGaolz @herringtown Did you solve the problem, > How do you solve it? > >...
@simonsmith floatthead creates aria attributes, but it is true that I do not clone the existing thead into the hidden one because it creates a lot of problems in certain...