Next-Gen App & Browser
Testing Cloud

Trusted by 2 Mn+ QAs & Devs to accelerate their release cycles

Next-Gen App & Browser Testing Cloud

CSS overflow: overlay

Last updated on : 2023-03-20

Note:
CSS overflow: overlay shows a browser compatibility score of 58. This is a collective score out of 100 to represent browser support of a web technology. The higher this score is, the greater is the browser compatibility. The browser compatibility score is not a 100% reflection for every browser and the web technology support. However, it does give you an estimate on how much you should rely on a particular web technology in terms of browser compatibility.

Overview

The overlay property is a non-standard property to make scrollbars display on top of content rather than below it. This feature is being standardized as the scrollbar-gutter property. By default, the overflow-anchor value is auto and it lets you mitigate this jarring user experience by keeping track of the position of an anchor node and adjusting the scroll offset accordingly.

Formal Definition

Inherited

no

Applies to

Block-containers, flex containers, and grid containers

Initial value

visible

Animation type

discrete

Computed value

overflow-x: as specified, except with visible/clip computing to auto/hidden respectively if one of overflow-x or overflow-y is neither visible nor clip overflow-y: as specified, except with visible/clip computing to auto/hidden respectively if one of overflow-x or overflow-y is neither visible nor clip

Specifications

CSS Overflow Module Level 3 # propdef-overflow

Syntax

/* Keyword values */
 overflow: visible;
 overflow: hidden;
 overflow: clip;
 overflow: scroll;
 overflow: auto;
 overflow: hidden visible;
 /* Global values */
 overflow: inherit;
 overflow: initial;
 overflow: revert;
 overflow: unset;

Code snippets

css-overflow-overlay.html

Source:css-overflow-overlay.html Github

copy

Full Screen

Full Screen

index.html

Source:index.html Github

copy

Full Screen

Full Screen

Browser Compatibility

  • CSS overflow: overlay on IE is fully supported on None of the versions, partially supported on None of the versions, and not supported on 5.5-11 IE versions.
  • CSS overflow: overlay on Edge is fully supported on 79-111, partially supported on None of the versions, and not supported on 12-18 Edge versions.
  • CSS overflow: overlay on Firefox is fully supported on None of the versions, partially supported on None of the versions, and not supported on 2-113 Firefox versions.
  • CSS overflow: overlay on Chrome is fully supported on 15-114, partially supported on None of the versions, and not supported on below 15 Chrome versions.
  • CSS overflow: overlay on Safari is fully supported on 4-11.1, partially supported on None of the versions, and not supported on 12-16.4 Safari versions.
  • CSS overflow: overlay on Opera is fully supported on 15-95, partially supported on None of the versions, and not supported on 9.5-12.1 Opera versions.
  • CSS overflow: overlay on Safari on iOS is fully supported on 4.2-11.3, partially supported on None of the versions, and not supported on 12-16.4 Safari on iOS versions.
  • CSS overflow: overlay on Android Browser is fully supported on 2.1-111, partially supported on None of the versions, and not supported on below 2.1 Android Browser versions.
  • CSS overflow: overlay on Opera Mobile is fully supported on 64-73, partially supported on None of the versions, and not supported on 10-12 Opera Mobile versions.
  • CSS overflow: overlay on Chrome for Android is fully supported on 97-111, partially supported on None of the versions, and not supported on below 97 Chrome for Android versions.
  • CSS overflow: overlay on Firefox for Android is fully supported on None of the versions, partially supported on None of the versions, and not supported on 95-110 Firefox for Android versions.
  • CSS overflow: overlay on Samsung Internet is fully supported on 4-20, partially supported on None of the versions, and not supported on below 4 Samsung Internet versions.
58
Mediumtooltip

Browser Compatibility Score

Chrome IE
Low

Browser Support For IE Versions

-
Fully
-
Partially
5.5-11
No Support
Chrome Edge
High

Browser Support For Edge Versions

79-111
Fully
-
Partially
12-18
No Support
Chrome Firefox
Low

Browser Support For Firefox Versions

-
Fully
-
Partially
2-113
No Support
Chrome Chrome
High

Browser Support For Chrome Versions

15-114
Fully
-
Partially
-
No Support
Chrome Safari
Low

Browser Support For Safari Versions

4-11.1
Fully
-
Partially
12-16.4
No Support
Chrome Opera
High

Browser Support For Opera Versions

15-95
Fully
-
Partially
9.5-12.1
No Support
Chrome Safari on iOS
Low

Browser Support For Safari on iOS Versions

4.2-11.3
Fully
-
Partially
12-16.4
No Support
Chrome Android Browser
High

Browser Support For Android Browser Versions

2.1-111
Fully
-
Partially
-
No Support
Chrome Opera Mobile
High

Browser Support For Opera Mobile Versions

64-73
Fully
-
Partially
10-12
No Support
Chrome Chrome for Android
High

Browser Support For Chrome for Android Versions

97-111
Fully
-
Partially
-
No Support
Chrome Firefox for Android
Low

Browser Support For Firefox for Android Versions

-
Fully
-
Partially
95-110
No Support
Chrome Samsung Internet
High

Browser Support For Samsung Internet Versions

4-20
Fully
-
Partially
-
No Support

Debug webpages on the go with LT Debug Chrome extension.

Add to Chrome
LT Browser

Test your website on 3000+ browsers

Test your website on 3000+ real browsers and operating systems for mobile and desktop with the LambdaTest cloud. Perform browser compatibility test for CSS overflow: overlay and many more web technologies that are a part of your website or web-application.

Last Modified date

2023-03-20

Browser Support for CSS overflow: overlay

References


Data sourced from

Debug webpages on the go with LT Debug Chrome extension.

Add to Chrome
LT Browser

Debug Your Mobile Websites Faster With LT Browser!

Harness the power of Chromium-based engine to deliver responsive websites and web apps.

Try for free...
Join

Try LambdaTest Now !!

Get 100 minutes of automation test minutes FREE!!

Next-Gen App & Browser Testing Cloud

Was this article helpful?

Helpful

NotHelpful