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.
IE
- 5.5 - 10: Partial support
- 11: Partial support
Edge
- 12 - 18: Partial support
- 79 - 89: Partial support
- 90 - 100: Supported
- 101: Supported
Firefox
- 2 - 60: Partial support
- 61 - 80: Partial support
- 81 - 99: Supported
- 100: Supported
- 101 - 102: Supported
Chrome
- 4 - 67: Partial support
- 68 - 89: Partial support
- 90 - 100: Supported
- 101: Supported
- 102 - 104: Supported
Safari
- 3.1 - 13: Partial support
- 13.1 - 15.3: Partial support
- 15.4: Partial support
- TP: Supported
Opera
- 9 - 54: Partial support
- 55 - 85: Partial support
- 86: Partial support
- 87: Partial support
Safari on iOS
- 3.2 - 13.3: Partial support
- 13.4 - 15.3: Partial support
- 15.4: Partial support
Opera Mini
- all: Partial support
Android Browser
- 2.1 - 4.4.4: Partial support
- 101: Supported
Opera Mobile
- 10 - 12.1: Partial support
- 64: Supported
Chrome for Android
- 101: Supported
Firefox for Android
- 100: Supported
UC Browser for Android
- 12.12: Partial support
Samsung Internet
- 4 - 14.0: Partial support
- 15.0: Supported
- 16.0: Supported
QQ Browser
- 10.4: Partial support
Baidu Browser
- 7.12: Partial support
KaiOS Browser
- 2.5: Partial support
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