Skip to content

Commit 23af80c

Browse files
authored
Merge pull request #1685 from igxactly/fix-ios-text-size-landscape
Prevent iOS Safari from enlarging text in landscape orientation
2 parents 857acb9 + bbaa0ea commit 23af80c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/theme/css/general.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ html {
1212
color: var(--fg);
1313
background-color: var(--bg);
1414
text-size-adjust: none;
15+
-webkit-text-size-adjust: none;
1516
}
1617

1718
body {

0 commit comments

Comments
 (0)