mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-15 05:04:27 +08:00
fix: make txt file preview scrollable with mouse wheel (#17911)
This commit is contained in:
@@ -56,7 +56,7 @@ export const TxtPreviewer = ({ className, url }: TxtPreviewerProps) => {
|
||||
return (
|
||||
<div
|
||||
className={classNames(
|
||||
'relative w-full h-dvh p-4 bg-background-paper border border-border-normal rounded-md overflow-auto',
|
||||
'relative w-full h-full p-4 overflow-auto bg-background-paper border border-border-normal rounded-md',
|
||||
className,
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user