From 9cd63ca153ca401f14a2995978d6dcc51ed3befb Mon Sep 17 00:00:00 2001 From: NoriDev Date: Fri, 16 Sep 2022 17:17:07 +0900 Subject: [PATCH] fix: Fixed an issue where the More button could not be pressed when the GitHub shortcut and the More button were overlapped on the Welcome page --- CHANGELOG_CHERRYPICK.md | 1 + packages/client/src/pages/welcome.entrance.a.vue | 1 + packages/client/src/ui/visitor/b.vue | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG_CHERRYPICK.md b/CHANGELOG_CHERRYPICK.md index 8efd516f3d..9319907b2f 100644 --- a/CHANGELOG_CHERRYPICK.md +++ b/CHANGELOG_CHERRYPICK.md @@ -41,6 +41,7 @@ ### Bugfixes - 클라이언트: 채팅방에서 메시지를 입력하고 있을 때 움직이지 않는 온점(.)이 표시되는 문제 +- 클라이언트: 환영 페이지에서 GitHub 바로가기와 더보기 버튼이 겹쳐있는 경우 더보기 버튼을 누를 수 없었던 문제