File tree Expand file tree Collapse file tree 6 files changed +41
-2
lines changed Expand file tree Collapse file tree 6 files changed +41
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ ion-item-group {
76
76
}
77
77
78
78
ion-item-divider {
79
- z-index : 1000 ;
79
+ z-index : $z-index-item-divider ;
80
80
display : flex ;
81
81
overflow : hidden ;
82
82
Original file line number Diff line number Diff line change 5
5
</ ion-header >
6
6
7
7
< ion-content class ="outer-content ">
8
+
9
+ < div >
10
+ < ion-fab top right >
11
+ < button ion-fab > < ion-icon name ="add "> </ ion-icon > </ button >
12
+ </ ion-fab >
13
+ </ div >
14
+ < ion-fab bottom right >
15
+ < button ion-fab > < ion-icon name ="close "> </ ion-icon > </ button >
16
+ </ ion-fab >
17
+
8
18
< ion-list >
9
19
<!--<ion-list-header>
10
20
ion-list-header
Original file line number Diff line number Diff line change 9
9
10
10
< ion-content class ="outer-content ">
11
11
12
+ < div >
13
+ < ion-fab top right >
14
+ < button ion-fab > < ion-icon name ="add "> </ ion-icon > </ button >
15
+ </ ion-fab >
16
+ </ div >
17
+ < ion-fab bottom right >
18
+ < button ion-fab > < ion-icon name ="close "> </ ion-icon > </ button >
19
+ </ ion-fab >
20
+
12
21
< ion-list >
13
22
14
23
< ion-list-header >
Original file line number Diff line number Diff line change 9
9
10
10
< ion-content class ="outer-content ">
11
11
12
+ < div >
13
+ < ion-fab top right >
14
+ < button ion-fab > < ion-icon name ="add "> </ ion-icon > </ button >
15
+ </ ion-fab >
16
+ </ div >
17
+ < ion-fab bottom right >
18
+ < button ion-fab > < ion-icon name ="close "> </ ion-icon > </ button >
19
+ </ ion-fab >
20
+
12
21
< ion-list inset >
13
22
14
23
< ion-list-header >
Original file line number Diff line number Diff line change 1
1
< ion-content >
2
+
3
+ < div >
4
+ < ion-fab top right >
5
+ < button ion-fab > < ion-icon name ="add "> </ ion-icon > </ button >
6
+ </ ion-fab >
7
+ </ div >
8
+ < ion-fab bottom right >
9
+ < button ion-fab > < ion-icon name ="close "> </ ion-icon > </ button >
10
+ </ ion-fab >
11
+
2
12
< ion-list >
3
13
< ion-item-group *ngFor ="let group of groups ">
4
14
< ion-item-divider sticky > {{group.title}}</ ion-item-divider >
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ $z-index-menu-backdrop: 79;
32
32
$z-index-overlay : 1000 ;
33
33
$z-index-click-block : 9999 ;
34
34
35
- $z-index-fixed-content : 100 ;
35
+ $z-index-fixed-content : 999 ;
36
36
$z-index-scroll-content : 1 ;
37
37
$z-index-refresher : 0 ;
38
38
@@ -44,3 +44,4 @@ $z-index-backdrop: 2;
44
44
$z-index-overlay-wrapper : 10 ;
45
45
46
46
$z-index-item-options : 1 ;
47
+ $z-index-item-divider : 100 ;
You can’t perform that action at this time.
0 commit comments