mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-28 12:43:11 +10:00
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:
parent
96d405a663
commit
e4d4fdd828
1 changed files with 1 additions and 3 deletions
|
|
@ -1,7 +1,5 @@
|
|||
/* ModalInMobile is visible by default */
|
||||
.modalInMobile {
|
||||
display: block;
|
||||
}
|
||||
.modalInMobile { }
|
||||
|
||||
/* Content is hidden in Mobile layout */
|
||||
.modalHidden {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue