Skip to content

Commit

Permalink
Button is not display if user inputted long text from the field in Ti…
Browse files Browse the repository at this point in the history
…me in modal
  • Loading branch information
Miguel21Monacillo committed Nov 18, 2024
1 parent 34d0340 commit 3bcfd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/templates/DrawerTemplate/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const DrawerTemplate: FC<Props> = (props): JSX.Element => {
<aside className="h-screen">
<div
className={classNames(
'flex h-full max-w-[280px] shrink-0 flex-col border-r border-slate-200',
'flex h-full max-w-[288px] shrink-0 flex-col overflow-y-auto border-r border-slate-200',
'fixed top-0 z-50 w-full bg-white shadow-lg shadow-slate-300 transition-all duration-300',
isOpen ? 'z-50 translate-x-0' : '-translate-x-full'
)}
Expand Down

0 comments on commit 3bcfd69

Please sign in to comment.