CSS overflow property
- WDOriginally a single property for controlling overflowing content in both horizontal & vertical directions, the overflow
property is now a shorthand for overflow-x
& overflow-y
. The latest version of the specification also introduces the clip
value that blocks programmatic scrolling.
Chrome
- ◐ 4 - 67: Partial support
- ◐ 68 - 89: Partial support
- ✅ 90 - 130: Supported
- ✅ 131: Supported
- ✅ 132 - 134: Supported
Edge
- ◐ 12 - 18: Partial support
- ◐ 79 - 89: Partial support
- ✅ 90 - 130: Supported
- ✅ 131: Supported
Safari
- ◐ 3.1 - 13: Partial support
- ◐ 13.1 - 15.6: Partial support
- ✅ 16.0 - 18.0: Supported
- ✅ 18.1: Supported
- ✅ 18.2 - TP: Supported
Firefox
- ◐ 2 - 60: Partial support
- ◐ 61 - 80: Partial support
- ✅ 81 - 131: Supported
- ✅ 132: Supported
- ✅ 133 - 135: Supported
Opera
- ◐ 9 - 54: Partial support
- ◐ 55 - 75: Partial support
- ✅ 76 - 113: Supported
- ✅ 114: Supported
IE
- ◐ 5.5 - 10: Partial support
- ◐ 11: Partial support
Chrome for Android
- ✅ 131: Supported
Safari on iOS
- ◐ 3.2 - 13.3: Partial support
- ◐ 13.4 - 15.8: Partial support
- ✅ 16.0 - 18.0: Supported
- ✅ 18.1: Supported
- ✅ 18.2: Supported
Samsung Internet
- ◐ 4 - 14.0: Partial support
- ✅ 15.0 - 25: Supported
- ✅ 26: Supported
Opera Mini
- ◐ all: Partial support
Opera Mobile
- ◐ 10 - 12.1: Partial support
- ✅ 80: Supported
UC Browser for Android
- ◐ 15.5: Partial support
Android Browser
- ◐ 2.1 - 4.4.4: Partial support
- ✅ 131: Supported
Firefox for Android
- ✅ 132: Supported
QQ Browser
- ◐ 14.9: Partial support
Baidu Browser
- ✅ 13.52: Supported
KaiOS Browser
- ◐ 2.5: Partial support
- ✅ 3: Supported
Effectively all browsers support the CSS 2.1 definition for single-value overflow
as well as overflow-x
& overflow-y
and values visible
, hidden
, scroll
& auto