mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore(Slideover): add flex-shrink-0 to header
This commit is contained in:
@@ -385,7 +385,7 @@ export default (variantColors: string[]) => {
|
||||
base: 'relative flex-1 flex flex-col w-full focus:outline-none',
|
||||
background: 'u-bg-white',
|
||||
width: 'max-w-md',
|
||||
header: 'flex items-center justify-between px-4 sm:px-6 h-16 border-b u-border-gray-200'
|
||||
header: 'flex items-center justify-between flex-shrink-0 px-4 sm:px-6 h-16 border-b u-border-gray-200'
|
||||
}
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user