mirror of
https://github.com/langgenius/dify.git
synced 2026-09-05 16:55:14 +08:00
fix(knowledge-fs): reserve document scrollbar gutter (WTA-2317)
Linear: https://linear.app/dify/issue/WTA-2317/uiux-%E6%96%87%E6%A1%A3%E9%98%85%E8%AF%BB%E5%8C%BA%E6%BB%9A%E5%8A%A8%E6%9D%A1%E4%B8%8D%E9%81%AE%E6%8C%A1%E5%86%85%E5%AE%B9
This commit is contained in:
parent
2f9908eda8
commit
bd3addf6f3
@ -185,7 +185,7 @@ export function DocumentReadingPane() {
|
||||
style={{ overflowX: 'hidden' }}
|
||||
>
|
||||
<ScrollAreaContent
|
||||
className="flex min-h-full w-full max-w-full flex-col gap-3 px-2 pt-1 xl:px-0"
|
||||
className="flex min-h-full w-full max-w-full flex-col gap-3 ps-2 pe-5 pt-1 xl:ps-0 xl:pe-3"
|
||||
style={{ minWidth: 0 }}
|
||||
>
|
||||
{contentBlocks.map((block) => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user