Sean Doherty
Sean Doherty
If anybody is interested - some long term contributors have forked the repo and are working their way through the major issues with a view to a new release very...
I was just playing around with a pen but not quite there yet. I did think about the scroll thing but not quite working for me. Here's my thoughts on...
> @doughballs thanks for sharing this I'll give it a try! Is the `setTimeout` to stop the jerkiness that I was seeing with my earlier hack? Sorry, the setTimeout is...
> Ah I see now: I'm guessing that the `top` is being overridden by some sort of `onopen` event handler for the ``, which is why it later works in...
@ghopretz you could create your own dark mode fairly easily - just append a `.dark` class to the body and then write a bunch of new rules that apply when...
Sure. Let me put a simple example together: https://codepen.io/doughballs/pen/ExVLarL This could be expanded to include all components but you get the idea.
Hey @BenBitDesign I'm just a user...but looks like the issue is your code, not the library. Check this pen of mine, it's an old one made to demo something else,...
Yes - hover doesn't work on touch devices. Only use `hover:true` if you're sure the device isn't a touch device. https://stackoverflow.com/questions/4817029/whats-the-best-way-to-detect-a-touch-screen-device-using-javascript
> This issue is a problem with all full width sliders, even those with 1 image. > > We've invested a lot of time into materializecss - they really should...