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 - 112: Supported
- 113: Supported
- 114 - 116: Supported
Edge
- 12 - 18: Partial support
- 79 - 89: Partial support
- 90 - 112: Supported
- 113: Supported
Safari
- 3.1 - 13: Partial support
- 13.1 - 15.6: Partial support
- 16.0 - 16.4: Supported
- 16.5: Supported
- 16.6 - TP: Supported
Firefox
- 2 - 60: Partial support
- 61 - 80: Partial support
- 81 - 112: Supported
- 113: Supported
- 114 - 115: Supported
Opera
- 9 - 54: Partial support
- 55 - 75: Partial support
- 76 - 98: Supported
- 99: Supported
IE
- 5.5 - 10: Partial support
- 11: Partial support
Chrome for Android
- 113: Supported
Safari on iOS
- 3.2 - 13.3: Partial support
- 13.4 - 15.6: Partial support
- 16.0 - 16.4: Supported
- 16.5: Supported
Samsung Internet
- 4 - 14.0: Partial support
- 15.0 - 20: Supported
- 21: Supported
Opera Mini
- all: Partial support
Opera Mobile
- 10 - 12.1: Partial support
- 73: Supported
UC Browser for Android
- 13.4: Partial support
Android Browser
- 2.1 - 4.4.4: Partial support
- 113: Supported
Firefox for Android
- 113: Supported
QQ Browser
- 13.1: Partial support
Baidu Browser
- 13.18: 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