Skip to content

Commit 821670d

Browse files
committed
Bump z-index values up one digit
1 parent 2e84aa6 commit 821670d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/Lumi/Components/ZIndex.purs

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
module Lumi.Components.ZIndex where
22

33
ziButtonGroup :: Int
4-
ziButtonGroup = 100
4+
ziButtonGroup = 1000
55

66
ziDropdownButton :: Int
7-
ziDropdownButton = 100
7+
ziDropdownButton = 1000
88

99
ziInputGroup :: Int
10-
ziInputGroup = 100
10+
ziInputGroup = 1000
1111

1212
ziModal :: Int
13-
ziModal = 1000
13+
ziModal = 10000
1414

1515
ziNavigationBar :: Int
16-
ziNavigationBar = 10
16+
ziNavigationBar = 100
1717

1818
ziNavigationDropdown :: Int
19-
ziNavigationDropdown = 11
19+
ziNavigationDropdown = 101
2020

2121
ziSelect :: Int
22-
ziSelect = 100
22+
ziSelect = 1000
2323

2424
ziTableHeader :: Int
25-
ziTableHeader = 2
25+
ziTableHeader = 12
2626

2727
ziTableHeaderMenu :: Int
28-
ziTableHeaderMenu = 4
28+
ziTableHeaderMenu = 14
2929

3030
ziTableLockedColumn :: Int
31-
ziTableLockedColumn = 1
31+
ziTableLockedColumn = 11
3232

3333
ziTableLockedColumnHeader :: Int
34-
ziTableLockedColumnHeader = 3
34+
ziTableLockedColumnHeader = 13
3535

3636
ziToast :: Int
37-
ziToast = 10000
37+
ziToast = 100000
3838

3939
ziTooltip :: Int
40-
ziTooltip = 100000
40+
ziTooltip = 1000000

0 commit comments

Comments
 (0)