File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
lib/components_guide_web/templates/layout Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,6 @@ module.exports = {
15
15
extend : {
16
16
colors : {
17
17
current : 'currentColor' ,
18
- } ,
19
- zIndex : {
20
- 'menu' : 'var(--z-menu)'
21
18
}
22
19
} ,
23
20
} ,
Original file line number Diff line number Diff line change 4
4
< summary class = "block w-48 text-left pl-6 text-base uppercase font-bold tracking-wider " >
5
5
Menu
6
6
</ summary >
7
- < details-menu role = "menu " class = "absolute z-menu top-full left-0 flex flex-col px-4 py-2 text-left text-lg whitespace-nowrap bg-gray-900 rounded shadow-lg " >
7
+ < details-menu role = "menu " class = "absolute z-[var(--z- menu)] top-full left-0 flex flex-col px-4 py-2 text-left text-lg whitespace-nowrap bg-gray-900 rounded shadow-lg " >
8
8
<%= link ( "React Playground" , to: '/react-playground' ) %>
9
9
<%= link ( "Developer Calendar" , to: '/calendar' ) %>
10
10
<%= link ( "Accessibility First" , to: '/accessibility-first' ) %>
You can’t perform that action at this time.
0 commit comments