HTMLGuyLLC / jAlert

jQuery alert/modal/lightbox plugin
https://htmlguyllc.github.io/jAlert/
MIT License
76 stars 35 forks source link

problem I found with css reset code - windows formatting wrong each time #58

Closed claudioimai closed 6 years ago

claudioimai commented 6 years ago

Hi there. A problem I found in using jAlert was that it was opening alerts in different sizes each time i clicje on the trigger element.

After a struggle with my website coding, found out that the culprit was a reset code I used in my stylesheet: I had this:

html{
    margin: inherit;
}

This was enought to completely mess with my alert windows. Hopefully this warning can save another user some time.