浏览代码

fix close button cannot be clicked when the browser page is zoomed out (#25584)

Co-authored-by: joeyczheng <joeyczheng@tencent.com>
tags/1.9.0
chengjoey 1 个月前
父节点
当前提交
c78ef79995
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/app/components/header/account-setting/index.tsx

+ 1
- 1
web/app/components/header/account-setting/index.tsx 查看文件

@@ -181,7 +181,7 @@ export default function AccountSetting({
</div>
</div>
<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
variant='tertiary'
size='large'

正在加载...
取消
保存