mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-14 12:14:42 +01:00
Change dropdown and popover z index
This commit is contained in:
@@ -11,6 +11,7 @@ export default defineAppConfig({
|
||||
constrained: 'max-w-7xl',
|
||||
},
|
||||
dropdown: {
|
||||
container: 'z-50',
|
||||
background: 'bg-white dark:bg-zinc-800',
|
||||
item: {
|
||||
base: 'duration-300 group flex items-center gap-2 w-full',
|
||||
@@ -20,7 +21,7 @@ export default defineAppConfig({
|
||||
base: 'duration-300 focus:outline-none focus-visible:outline-0 disabled:cursor-not-allowed disabled:opacity-75',
|
||||
},
|
||||
popover: {
|
||||
container: 'z-30',
|
||||
container: 'z-50',
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user