Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/lib/core/style/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,12 @@ $z-index-fab: 20 !default;
$z-index-drawer: 100 !default;

// Overlay z indices.

// We want overlays to always appear over user content, so set a baseline
// very high z-index for the overlay container, which is where we create the new
// stacking context for all overlays.
$md-z-index-overlay-container: 1000;
$md-z-index-overlay: 1000;
$md-z-index-overlay-container: 1;
$md-z-index-overlay-backdrop: 1;


Expand Down