Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in iOS 18.1 Safari #6

Open
irfanzainudin opened this issue Oct 13, 2024 · 1 comment
Open

Bug in iOS 18.1 Safari #6

irfanzainudin opened this issue Oct 13, 2024 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@irfanzainudin
Copy link
Owner

Submitted by @SyazanieAmirin on Twitter.

Bug occurred when the navbar is opened at /sumber

pantunis-bug-1

Will need more investigation.

@irfanzainudin irfanzainudin added bug Something isn't working help wanted Extra attention is needed labels Oct 13, 2024
@irsyadpage
Copy link
Contributor

There are 2 problems here that affect /perihal and /lesen. Both problems affect mobile viewing mode and not limited to iOS.

  1. The following css declaration cause the <main> element to overlap with the top navigation:
    height: 100%;
  2. The following css declaration cause the <article id="lesen"> element to became smaller while ignoring the screen size:
    width: 45%;

I updated PR #4 to include the fix for these two problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants