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