mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-08-14 07:35:53 +08:00
fix: relative in overflow div (#5998)
This commit is contained in:
parent
7ed4e963aa
commit
5e6c3001bd
@ -107,7 +107,7 @@ const BasePanel: FC<BasePanelProps> = ({
|
|||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
ref={containerRef}
|
ref={containerRef}
|
||||||
className={cn('relative h-full bg-white shadow-lg border-[0.5px] border-gray-200 rounded-2xl', showSingleRunPanel ? 'overflow-hidden' : 'overflow-y-auto')}
|
className={cn('h-full bg-white shadow-lg border-[0.5px] border-gray-200 rounded-2xl', showSingleRunPanel ? 'overflow-hidden' : 'overflow-y-auto')}
|
||||||
style={{
|
style={{
|
||||||
width: `${panelWidth}px`,
|
width: `${panelWidth}px`,
|
||||||
}}
|
}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user