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 11module Lumi.Components.ZIndex where
22
33ziButtonGroup :: Int
4- ziButtonGroup = 100
4+ ziButtonGroup = 1000
55
66ziDropdownButton :: Int
7- ziDropdownButton = 100
7+ ziDropdownButton = 1000
88
99ziInputGroup :: Int
10- ziInputGroup = 100
10+ ziInputGroup = 1000
1111
1212ziModal :: Int
13- ziModal = 1000
13+ ziModal = 10000
1414
1515ziNavigationBar :: Int
16- ziNavigationBar = 10
16+ ziNavigationBar = 100
1717
1818ziNavigationDropdown :: Int
19- ziNavigationDropdown = 11
19+ ziNavigationDropdown = 101
2020
2121ziSelect :: Int
22- ziSelect = 100
22+ ziSelect = 1000
2323
2424ziTableHeader :: Int
25- ziTableHeader = 2
25+ ziTableHeader = 12
2626
2727ziTableHeaderMenu :: Int
28- ziTableHeaderMenu = 4
28+ ziTableHeaderMenu = 14
2929
3030ziTableLockedColumn :: Int
31- ziTableLockedColumn = 1
31+ ziTableLockedColumn = 11
3232
3333ziTableLockedColumnHeader :: Int
34- ziTableLockedColumnHeader = 3
34+ ziTableLockedColumnHeader = 13
3535
3636ziToast :: Int
37- ziToast = 10000
37+ ziToast = 100000
3838
3939ziTooltip :: Int
40- ziTooltip = 100000
40+ ziTooltip = 1000000
You can’t perform that action at this time.
0 commit comments