question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Modal not working properly when class modal-fixed-footer is taken out

See original GitHub issue

Hello

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 error

and this is with the class modal-fixed-footer in <div id="myModal" class="modal modal-fixed-footer">

errorfixed

In safari it works properly with or without that class

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
graudeejscommented, Oct 10, 2016

I have the same issue. I found that removing waves-effect and waves-light classes form buttons in modal fixed it.

BTW I have this issue on Linux

0reactions
nofearOnlinecommented, Dec 17, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found