hunzaboy / Light-Modal

A new lightweight, powerful and easy to use CSS Modal.
https://hunzaboy.github.io/Light-Modal/
MIT License
246 stars 30 forks source link

can js open dlg? #12

Open ewrfedf opened 3 years ago

tomchiverton commented 1 year ago

Create a new class

.light-modal-open{
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  visibility: visible;
}

And apply this to the .light-modal