Remodal icon indicating copy to clipboard operation
Remodal copied to clipboard

No longer actively maintained.

Results 65 Remodal issues
Sort by recently updated
recently updated
newest added

Sometimes remodal does not load and popups don't open. I think it is not working because jquery was not loaded yet. Sometimes(!) I get the following error in IE 11/FF45:...

When I open a remodal and there is a scrollbar because the body content is higher than the viewport, remodal applies `padding-right: 15px` to the `body` style. If something happens...

I'm getting this error when installing Remodal through Bower: ``` invalid-meta The "main" field has to contain only 1 file per filetype; found multiple .css files: ["dist/remodal.css","dist/remodal-default-theme.css"] ```

I have a button in a modal, when that button is clicked, I'd like for the modal to no longer be closable. Right now I can only configure that before...

Hi, We just noticed that on some devices the remodal is not opening. (not responding at all) On iPad running ios 9 its also nog working but on the new...

I'm loading Remodal with Browserify and the options declared on `window.REMODAL_GLOBALS` don't get applied. Inspecting what is going on, the `globals` object on [line 11](https://github.com/VodkaBears/Remodal/blob/master/src/remodal.js#L11) is `undefined` so the default...

bug

Is it possible, I'd like to have the possibility to open another modal on top of currently opened one.

Is there anyway to use remodal to open up an external page?

When the modal is initialized, it is relocated outside of the controller it's in, which breaks everything.

When i click and window opens - all my page content (including html background) shifts to the right a bit. I think it caused by `html.remodal-is-locked { overflow: hidden}` If...