mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 14:31:47 +01:00
chore(SelectMenu)!: remove inline-flex from wrapper to behave like other form elements
This commit is contained in:
@@ -404,7 +404,7 @@ const select = {
|
||||
}
|
||||
|
||||
const selectMenu = {
|
||||
wrapper: 'relative inline-flex',
|
||||
wrapper: 'relative',
|
||||
container: 'z-20',
|
||||
width: 'w-full',
|
||||
height: 'max-h-60',
|
||||
|
||||
Reference in New Issue
Block a user