Skip to content

Instantly share code, notes, and snippets.

View ssbalakumar's full-sized avatar
💭
I may be slow to respond.

Bala Kumar Sankarapandian ssbalakumar

💭
I may be slow to respond.
  • Wipro
  • Bengaluru, Karnataka, India
View GitHub Profile
@ghosh
ghosh / micromodal.css
Last active March 21, 2024 16:12
Demo modal styles for micromodal.js and corresponding expected html. If using this, set the `awaitCloseAnimation` in config to true
/**************************\
Basic Modal Styles
\**************************/
.modal {
font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
}
.modal__overlay {
position: fixed;