From 6d5c34564bae5aa9e4f9394b844ba697b44759fa Mon Sep 17 00:00:00 2001 From: JzoNg Date: Tue, 7 Jan 2025 12:16:09 +0800 Subject: [PATCH] fix qrcode z-index --- web/app/components/base/qrcode/style.module.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/app/components/base/qrcode/style.module.css b/web/app/components/base/qrcode/style.module.css index b0c4441e99..d84e5fa45c 100644 --- a/web/app/components/base/qrcode/style.module.css +++ b/web/app/components/base/qrcode/style.module.css @@ -41,6 +41,7 @@ gap: 4px; } .qrcodeform { + z-index: 50; border: 0.5px solid #eaecf0; display: flex; flex-direction: column;