Kal Erikson

Results 40 comments of Kal Erikson

Confirming I see this on iPad Safari, iOS 13.6.1

Just providing our experience... We use **_body-scroll-lock_** when we open a sidebar drawer menu. Body scrolling is locked successfully on all devices including iOS. **Problem:** However, the scrolling of our...

> body[style*='overflow'] #sticky-container { > padding-right: 15px; > } Any way to not have hard-coded pixel values here? Surely scroll bar widths differ across browsers/OS's/devices.

I'm interested in this as well. I have hover states for my markers, and I want to disable hovering while cluster animations occur, because I want to not have unexpected...

I'm experiencing the same thing (Nuxt2), and the workaround works. Updated my fonts in `nuxt.config.js` and saw no change occur in the webpage. Observed the cache folder having certain font...

Ok, here's a strategy which is working for me. Anything wrong with this? On dropzone's `sending` event, I run this custom func: ``` dropzoneSending(file, xhr) { // Checks state of...

I'm not sure about DropZone's loading bar feature; I haven't paid attention to it. However, if processing a file locally, the event obviously happens almost instantly, so there's no progress...

Following up, this has been in production for a long while and hasn't caused problems for us.

A notification system would be handy, for sure. For an iframe not loading, a cookie prompt could be shown similar to the original first-visit prompt, but with messaging along the...

I desire this as well. I use Tailwind exclusively across all my projects; I know many devs who do the same. Ultimately, I'm looking for this simplicity: 1. Not having...