mirror of
https://github.com/langgenius/dify.git
synced 2026-04-29 12:37:20 +08:00
fix close button cannot be clicked when the browser page is zoomed out (#25584)
Co-authored-by: joeyczheng <joeyczheng@tencent.com>
This commit is contained in:
parent
c3f9a7ed9b
commit
c78ef79995
@ -181,7 +181,7 @@ export default function AccountSetting({
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div className='relative flex w-[824px]'>
|
<div className='relative flex w-[824px]'>
|
||||||
<div className='absolute -right-11 top-6 z-[9999] flex flex-col items-center'>
|
<div className='fixed right-6 top-6 z-[9999] flex flex-col items-center'>
|
||||||
<Button
|
<Button
|
||||||
variant='tertiary'
|
variant='tertiary'
|
||||||
size='large'
|
size='large'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user