Fixes an issue with modal in mobile menu, which sets display to block

- Causes issues, if the display should be flex or something else than block
This commit is contained in:
Mikko Koski 2017-05-18 13:27:01 +03:00
parent 96d405a663
commit e4d4fdd828

View file

@ -1,7 +1,5 @@
/* ModalInMobile is visible by default */
.modalInMobile {
display: block;
}
.modalInMobile { }
/* Content is hidden in Mobile layout */
.modalHidden {