I'm completely lost here... My React project is using reactstrap and Bootstrap. It's functioning perfectly in Chrome, but in Safari, the images aren't loading and the buttons are displaying at half their intended height.
I tried switching to regular HTML5 buttons and adjusting image heights, but nothing seems to be making a difference. Since the issue persisted with standard HTML5 buttons, I assume it's not a problem with Bootstrap, but I could be mistaken...
Any suggestions on where to start looking for a solution?
Edit* Managed to somewhat fix it - the modal was originally set to a height of 90vh. I commented that out and now everything works. The modal does extend beyond the screen, but at least the content inside is functioning properly again. Does anyone have an idea why Safari is behaving this way?
https://i.sstatic.net/bnNsQ.png https://i.sstatic.net/Cxvf9.png