Topic: modal-fluid in medium and smaller screens - not fluid anymore
cdenby pro asked 5 years ago
When I move from a LG or XL screen down to a medium or smaller, the modal-fluid no longer takes up the full width of the viewport.
Is this by design, or is it a defect?
Bartłomiej Malanowski staff answered 5 years ago
Please take a look at scss/free/_modals.scss on line 208:
@media (min-width: $medium-screen)
As you can see, classes such as .modal-fluid
will be affected only on medium and larger screens. You can set it to $small-screen
to make it work on small screens or completely remove the media part to make it work on all screen sizes
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Pro
- Premium support: No
- Technology: MDB jQuery
- MDB Version: 4.5.12
- Device: PC
- Browser: Chrome
- OS: win10
- Provided sample code: No
- Provided link: Yes