-
コメントのときとか、dialogで出す?
htmlのdialog属性は未対応のブラウザが多そうだから、`micromodal.js`でやる?
-
I just wrestled with a bug for the last hour where I was getting non-es5 code in my Webpack bundle. Turns out I was getting the ES module version of this library when I had this in my code:
`import…
-
I'm trying this lib for the first time. I've never had a working version, so I can't say for sure if I "know" how to do this correctly but anyway, here are the details and you can let me know if it's…
-
Using html and css from [gist](https://gist.github.com/ghosh/4f94cf497d7090359a5c9f81caf60699)
[Demo](https://codepen.io/Zoxon/pen/BYBXYN)
zoxon updated
6 years ago
-
Hi,
I'm doing this:
```js
MicroModal.init({disableScroll: true});
```
But, the body is still scrolling.
How to debug?
-
In [package.json](https://github.com/ghosh/micromodal/blob/523d23c678f36f9a699ecadb6a0aa7cbb31eddab/package.json#L5)
I think `main` should provide the non ES6 version of micromodal (`dist/micromoda…
-
-
Hi! Thank you for the awesome project!
In my project I’m using hidden file inputs that are triggered when a button is clicked. File input element looks like this: ` { this.input = input }} />`, and…
-
Hi, I can't make it work properly. It didn't close without css animations ("is-open" class is not removing).
I need just instantly show\hide a small window on my project (without animations and ful…
-
```
MicroModal v0.1.1: ❗Please specify at least one 'micromodal-trigger' data attribute. index.js:118
16:21:15.992 MicroModal v0.1.1: Example:
```
I was curious if we could remove this from hi…
Log1x updated
7 years ago