Topic: React Modal Issues On Safari (Mac & iOS)
zubair1103 free asked 4 years ago
Expected behavior
Modal without backdrop should show
Actual behavior Modal without backdrop does not show up on Safari (Mac & iOS)
Resources (screenshots, code snippets etc.)
https://mdbootstrap.com/docs/react/modals/basic/#remove-backdrop
backdrop={false}
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Opened
Specification of the issue
- ForumUser: Free
- Premium support: No
- Technology: MDB React
- MDB Version: 4.27.0
- Device: Macbook
- Browser: Safair
- OS: Mac
- Provided sample code: No
- Provided link: Yes
Piotr Glejzer staff commented 4 years ago
How about there? https://react.mdbootstrap.com/modals/modal still not working?
zubair1103 free commented 4 years ago
Yes, even there it is not working. When modal is opened without backdrop; following inline css is set on .modal
display: block; position: fixed; width: 0px;
Due to width: 0px; it does not show up on Safari.
Piotr Glejzer staff commented 4 years ago
I added task to fix it.