fix:Remove fixed height and overflow (#12959)

This commit is contained in:
sean-brydon 2023-12-29 07:32:48 +11:00 committed by GitHub
parent 412e7ecbce
commit 5de77e386c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@ export function Calendar(props: CalendarComponentProps) {
style={{ width: "165%" }}
className="flex h-full max-w-full flex-none flex-col sm:max-w-none md:max-w-full">
<DateValues containerNavRef={containerNav} days={days} />
<div className="relative flex h-screen flex-auto overflow-y-scroll">
<div className="relative flex flex-auto">
<CurrentTime />
<div className="bg-default dark:bg-muted ring-muted border-default sticky left-0 z-10 w-14 flex-none border-l border-r ring-1" />
<div