From 5fdf5eede0072d53bd35b1e076ab54348fb83031 Mon Sep 17 00:00:00 2001 From: Benjamin Canac Date: Sat, 16 Jul 2022 23:07:49 +0200 Subject: [PATCH] chore(Slideover): add `flex-shrink-0` to header --- src/runtime/presets/default.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/runtime/presets/default.ts b/src/runtime/presets/default.ts index 522df56e..58b7b99a 100644 --- a/src/runtime/presets/default.ts +++ b/src/runtime/presets/default.ts @@ -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 {