To improve your Webflow site's usability in Safari, follow these steps:
Safari may render Flexbox and Grid differently than Chrome.
min-height: auto
on flex containers.gap
instead of margin
for Grid spacing.Safari can display web fonts differently.
-webkit-font-smoothing
for better clarity.Safari handles position: sticky
inconsistently.
overflow: visible
.SVGs may not scale properly in Safari.
Some Webflow interactions might not work as expected.
will-change
properties to avoid flickering.transform: scale()
for hover effects.Safari may not support scroll-behavior: smooth
natively.
Safari applies default styles to form elements.
-webkit-appearance: none;
on custom input styles.Test your Webflow site regularly in Safari, including mobile, to catch inconsistencies early.