Skip to content
Discussion options

You must be logged in to vote

iOS Safari Scrolling Issue - Temporary Workaround

While we work on a more permanent solution integrated into the template, you can implement this workaround immediately.

Part 1: CSS/SCSS Changes

These changes fix the core viewport calculations and scroll behavior for iOS devices. These alone will resolve most of the reported issues.

1.1 HTML Meta Tag

File: src/index.html

Update the viewport meta tag to include viewport-fit=cover:

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, viewport-fit=cover" />

1.2 Main Layout Styles

File: src/assets/layout/_main.scss

Step 1: Update the html rule:

html {
    height: 100%;
    font-size: 14px;…

Replies: 4 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by atkntepe
Comment options

You must be logged in to vote
1 reply
@atkntepe
Comment options

atkntepe Dec 2, 2025
Collaborator

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants