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 - 118: Supported
- 119: Supported
- 120 - 122: Supported
Edge
- 12 - 18: Partial support
- 79 - 89: Partial support
- 90 - 118: Supported
- 119: Supported
Safari
- 3.1 - 13: Partial support
- 13.1 - 15.6: Partial support
- 16.0 - 17.0: Supported
- 17.1: Supported
- 17.2 - TP: Supported
Firefox
- 2 - 60: Partial support
- 61 - 80: Partial support
- 81 - 119: Supported
- 120: Supported
- 121 - 123: Supported
Opera
- 9 - 54: Partial support
- 55 - 75: Partial support
- 76 - 103: Supported
- 104: Supported
IE
- 5.5 - 10: Partial support
- 11: Partial support
Chrome for Android
- 119: Supported
Safari on iOS
- 3.2 - 13.3: Partial support
- 13.4 - 15.7: Partial support
- 16.0 - 17.0: Supported
- 17.1: Supported
- 17.2: Supported
Samsung Internet
- 4 - 14.0: Partial support
- 15.0 - 22: Supported
- 23: Supported
Opera Mini
- all: Partial support
Opera Mobile
- 10 - 12.1: Partial support
- 73: Supported
UC Browser for Android
- 15.5: Partial support
Android Browser
- 2.1 - 4.4.4: Partial support
- 119: Supported
Firefox for Android
- 119: 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