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 - 87: Partial support
- 88: Partial support
Firefox
- 2 - 60: Partial support
- 61 - 84: Partial support
- 85: Partial support
- 86 - 87: Partial support
Chrome
- 4 - 67: Partial support
- 68 - 87: Partial support
- 88: Partial support
- 89 - 91: Partial support
Safari
- 3.1 - 13: Partial support
- 13.1: Partial support
- 14: Partial support
- TP: Partial support
Opera
- 9 - 54: Partial support
- 55 - 72: Partial support
- 73: Partial support
iOS Safari
- 3.2 - 13.3: Partial support
- 13.4: Partial support
- 14: Partial support
Opera Mini
- all: Partial support
Android Browser
- 2.1 - 4.4.4: Partial support
- 81: Partial support
Opera Mobile
- 10 - 12.1: Partial support
- 59: Partial support
Chrome for Android
- 88: Partial support
Firefox for Android
- 85: Partial support
UC Browser for Android
- 12.12: Partial support
Samsung Internet
- 4 - 12.0: Partial support
- 13.0: Partial support
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