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

This commit is contained in:
NoriDev 2022-09-16 17:17:07 +09:00
parent 2f16ba64ab
commit 9cd63ca153
3 changed files with 3 additions and 1 deletions

View file

@ -41,6 +41,7 @@
### Bugfixes
- 클라이언트: 채팅방에서 메시지를 입력하고 있을 때 움직이지 않는 온점(.)이 표시되는 문제
- 클라이언트: 환영 페이지에서 GitHub 바로가기와 더보기 버튼이 겹쳐있는 경우 더보기 버튼을 누를 수 없었던 문제
<!--
## 12.x.x-cp-2.x.x (unreleased)_legacy

View file

@ -235,6 +235,7 @@ function showMenu(ev) {
height: 32px;
border-radius: 8px;
font-size: 18px;
z-index: 11;
}
> .fg {

View file

@ -179,7 +179,7 @@ defineExpose({
> .contents {
position: relative;
z-index: 1;
// z-index: 1;
> .powered-by {
padding: 28px;