We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 783dbb3 commit 8f50c35Copy full SHA for 8f50c35
src/lib/core/style/_variables.scss
@@ -15,8 +15,12 @@ $z-index-fab: 20 !default;
15
$z-index-drawer: 100 !default;
16
17
// Overlay z indices.
18
+
19
+// We want overlays to always appear over user content, so set a baseline
20
+// very high z-index for the overlay container, which is where we create the new
21
+// stacking context for all overlays.
22
+$md-z-index-overlay-container: 1000;
23
$md-z-index-overlay: 1000;
-$md-z-index-overlay-container: 1;
24
$md-z-index-overlay-backdrop: 1;
25
26
0 commit comments