Modal not working properly when class modal-fixed-footer is taken out
See original GitHub issueHello
I have a modal that works on every browser except on google chrome in a mac environment.
It does this if I take out the modal-fixed-footer
class
and this is with the class modal-fixed-footer
in <div id="myModal" class="modal modal-fixed-footer">
In safari it works properly with or without that class
Issue Analytics
- State:
- Created 7 years ago
- Comments:8
Top Results From Across the Web
Bootstrap modal not displaying - Stack Overflow
to check, Go to your modal fade class on browser and then check if there is any custom file comes on top. such...
Read more >Bootstrap Modal - examples & tutorial
Modals use position: fixed , which can sometimes be a bit particular about its rendering. Whenever possible, place your modal HTML in a...
Read more >Modal - Bootstrap
Modals use position: fixed , which can sometimes be a bit particular about its rendering. Whenever possible, place your modal HTML in a...
Read more >Modals - Bootstrap - University of Houston
Multiple open modals not supported. Be sure not to open a modal while another is still visible. Showing more than one modal at...
Read more >Modal | Components - BootstrapVue
Note: when using the modal-footer slot, the default OK and Cancel buttons will not be present. Also, if you use the modal-header slot,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I have the same issue. I found that removing
waves-effect
andwaves-light
classes form buttons in modal fixed it.BTW I have this issue on Linux
none of the answers helped me I am trying to show a table of buttons in modal. when the modal is modal-fixed-footer scrolling does not affect the buttons only the table rows. when i remove it the modal works fine but the footer does not work.