Skip to content

Commit

Permalink
fix: fixed text overlap issues caused by style (#527)
Browse files Browse the repository at this point in the history
* fix: fixed text overlap issues caused by style

* revert: revert the debugger open state
  • Loading branch information
zhangmo8 authored Sep 20, 2024
1 parent 5380dc9 commit 103bd6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export const EntryReadHistory: Component<{ entryId: string }> = ({ entryId }) =>
side="right"
asChild
className={clsx(
"flex max-h-[300px] flex-col overflow-y-auto rounded-md border bg-background drop-shadow",
"z-10 flex max-h-[300px] flex-col overflow-y-auto rounded-md border bg-background drop-shadow",
// Animation, fade up
"data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=open]:slide-in-from-bottom-3",
)}
Expand Down

0 comments on commit 103bd6a

Please sign in to comment.