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 = {
1515 extend : {
1616 colors : {
1717 current : 'currentColor' ,
18- } ,
19- zIndex : {
20- 'menu' : 'var(--z-menu)'
2118 }
2219 } ,
2320 } ,
Original file line number Diff line number Diff line change 44 < summary class = "block w-48 text-left pl-6 text-base uppercase font-bold tracking-wider " >
55 Menu
66 </ 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 " >
88 <%= link ( "React Playground" , to: '/react-playground' ) %>
99 <%= link ( "Developer Calendar" , to: '/calendar' ) %>
1010 <%= link ( "Accessibility First" , to: '/accessibility-first' ) %>
You can’t perform that action at this time.
0 commit comments