File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ const drawerContentColors = {
146146} ;
147147
148148const [ drawerContentVariant , resolveDrawerContentVariantProps ] = vcn ( {
149- base : `fixed ${ drawerContentColors . background } ${ drawerContentColors . border } transition-all p-4 flex flex-col justify-between gap-8` ,
149+ base : `fixed ${ drawerContentColors . background } ${ drawerContentColors . border } transition-all p-4 flex flex-col justify-between gap-8 overflow-auto ` ,
150150 variants : {
151151 position : {
152152 top : "top-0 inset-x-0 w-full max-w-screen rounded-t-lg border-b-2" ,
@@ -155,7 +155,7 @@ const [drawerContentVariant, resolveDrawerContentVariantProps] = vcn({
155155 right : "right-0 inset-y-0 h-screen rounded-r-lg border-l-2" ,
156156 } ,
157157 opened : {
158- true : "touch-none " ,
158+ true : "" ,
159159 false :
160160 "[&.top-0]:-translate-y-full [&.bottom-0]:translate-y-full [&.left-0]:-translate-x-full [&.right-0]:translate-x-full" ,
161161 } ,
You can’t perform that action at this time.
0 commit comments