File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
// We want overlays to always appear over user content, so set a baseline
2
2
// very high z-index for the overlay container, which is where we create the new
3
3
// stacking context for all overlays.
4
- $cdk-z-index-overlay-container : 1000 ;
5
- $cdk-z-index-overlay : 1000 ;
6
- $cdk-z-index-overlay-backdrop : 1000 ;
4
+ $cdk-z-index-overlay-container : 1000 !default ;
5
+ $cdk-z-index-overlay : 1000 !default ;
6
+ $cdk-z-index-overlay-backdrop : 1000 !default ;
7
7
8
8
// Background color for all of the backdrops
9
- $cdk-overlay-dark-backdrop-background : rgba (0 , 0 , 0 , 0.32 );
9
+ $cdk-overlay-dark-backdrop-background : rgba (0 , 0 , 0 , 0.32 ) !default ;
10
10
11
11
// Default backdrop animation is based on the Material Design swift-ease-out.
12
12
$backdrop-animation-duration : 400ms !default ;
You can’t perform that action at this time.
0 commit comments