This repository was archived by the owner on Sep 5, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,9 @@ md-backdrop {
18
18
19
19
background-color : rgba (0 ,0 ,0 ,0 );
20
20
21
- position : fixed ;
21
+ position : absolute ;
22
22
height : 100% ;
23
+ bottom :0 ;
23
24
left : 0 ;
24
25
right : 0 ;
25
26
@@ -32,7 +33,11 @@ md-backdrop {
32
33
animation : $swift-ease-out-timing-function mdBackdropFadeIn 0.5s both ;
33
34
}
34
35
& .ng-leave {
35
- animation : $swift-ease-in-timing-function mdBackdropFadeOut 0.2s both ;
36
+ animation : $swift-ease-in-timing-function mdBackdropFadeOut 0.4s both ;
37
+ }
38
+
39
+ & .md-opaque {
40
+ background-color : rgba (0 ,0 ,0 ,0.42 );
36
41
}
37
42
}
38
43
Original file line number Diff line number Diff line change @@ -4,15 +4,15 @@ $sidenav-min-space: 56px !default;
4
4
md-sidenav {
5
5
box-sizing : border-box ;
6
6
position : absolute ;
7
+ flex-direction : column ;
8
+ z-index : $z-index-sidenav ;
7
9
8
10
width : $sidenav-default-width ;
9
11
min-width : $sidenav-default-width ;
10
12
max-width : $sidenav-default-width ;
11
13
bottom : 0 ;
12
- z-index : $z-index-sidenav ;
13
14
background-color : white ;
14
15
overflow : auto ;
15
- flex-direction : column ;
16
16
17
17
* ,
18
18
* :before ,
You can’t perform that action at this time.
0 commit comments