File tree Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Expand file tree Collapse file tree 1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change 1
1
module Lumi.Components.ZIndex where
2
2
3
3
ziButtonGroup :: Int
4
- ziButtonGroup = 100
4
+ ziButtonGroup = 1000
5
5
6
6
ziDropdownButton :: Int
7
- ziDropdownButton = 100
7
+ ziDropdownButton = 1000
8
8
9
9
ziInputGroup :: Int
10
- ziInputGroup = 100
10
+ ziInputGroup = 1000
11
11
12
12
ziModal :: Int
13
- ziModal = 1000
13
+ ziModal = 10000
14
14
15
15
ziNavigationBar :: Int
16
- ziNavigationBar = 10
16
+ ziNavigationBar = 100
17
17
18
18
ziNavigationDropdown :: Int
19
- ziNavigationDropdown = 11
19
+ ziNavigationDropdown = 101
20
20
21
21
ziSelect :: Int
22
- ziSelect = 100
22
+ ziSelect = 1000
23
23
24
24
ziTableHeader :: Int
25
- ziTableHeader = 2
25
+ ziTableHeader = 12
26
26
27
27
ziTableHeaderMenu :: Int
28
- ziTableHeaderMenu = 4
28
+ ziTableHeaderMenu = 14
29
29
30
30
ziTableLockedColumn :: Int
31
- ziTableLockedColumn = 1
31
+ ziTableLockedColumn = 11
32
32
33
33
ziTableLockedColumnHeader :: Int
34
- ziTableLockedColumnHeader = 3
34
+ ziTableLockedColumnHeader = 13
35
35
36
36
ziToast :: Int
37
- ziToast = 10000
37
+ ziToast = 100000
38
38
39
39
ziTooltip :: Int
40
- ziTooltip = 100000
40
+ ziTooltip = 1000000
You can’t perform that action at this time.
0 commit comments