ソースを参照

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'

読み込み中…
キャンセル
保存