Fabian-F / HyruleWarriorsHelper

Interactive Maps for Hyrule Warriors Definitive Edition
https://fabian-f.github.io/HyruleWarriorsHelper/
3 stars 1 forks source link

fix: Quick fix for Apple Webkit modal height #7

Closed EnMod closed 3 months ago

EnMod commented 3 months ago

This PR changes the &-content height rule in the tile-viewer component's CSS from 100% to min-content, to ensure tile viewer modals on Apple Webkit (iOS, iPadOS, Safari) work as intended.

P.S.: I just kind of dived in to fix this so it could work on my iPad 😆 so it definitely could be cleaner or better tested!

Fabian-F commented 3 months ago

Hi, thanks for your contribution! :) Looks fine for me and works without problems on my side. Since I dont have any apple devices, I cant really test how it works on safari or IPads. If you find anything else, let me know :D