From 0b038f64779cf74d81b47749a211df9c64164b66 Mon Sep 17 00:00:00 2001 From: syuilo Date: Fri, 10 Dec 2021 18:20:41 +0900 Subject: [PATCH] =?UTF-8?q?fix(client):=20=E3=83=A1=E3=83=8B=E3=83=A5?= =?UTF-8?q?=E3=83=BC=E3=81=AA=E3=81=A9=E3=81=8C=E3=82=A6=E3=82=A3=E3=83=B3?= =?UTF-8?q?=E3=83=89=E3=82=A6=E3=81=AE=E8=A3=8F=E3=81=AB=E9=9A=A0=E3=82=8C?= =?UTF-8?q?=E3=82=8B=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + packages/client/src/components/ui/popup.vue | 10 ++++---- packages/client/src/components/ui/tooltip.vue | 6 +++-- packages/client/src/components/ui/window.vue | 24 ++----------------- packages/client/src/os.ts | 14 +++++++++-- 5 files changed, 23 insertions(+), 32 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dacbf969d..e45e02090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,7 @@ ### Bugfixes - クライアント: タッチ機能付きディスプレイを使っていてマウス操作をしている場合に一部機能が動作しない問題を修正 - クライアント: クリップの設定を編集できない問題を修正 +- クライアント: メニューなどがウィンドウの裏に隠れる問題を修正 ## 12.98.0 (2021/12/03) diff --git a/packages/client/src/components/ui/popup.vue b/packages/client/src/components/ui/popup.vue index 2374de2ea..abacd828a 100644 --- a/packages/client/src/components/ui/popup.vue +++ b/packages/client/src/components/ui/popup.vue @@ -1,6 +1,6 @@