Skip to content

Commit

Permalink
Merge pull request #776 from woowacourse-teams/fix/#771
Browse files Browse the repository at this point in the history
모임 목록, 룰렛 목록 플러스 버튼에 의해 아이템 가려지는 문제 해결
  • Loading branch information
cys4585 authored Oct 24, 2024
2 parents ddf447d + 1b08079 commit 791d1a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/components/PlusButton/PlusButton.style.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { css } from '@emotion/react';

export const plusButton = css`
pointer-events: auto;
width: 68px;
height: 68px;
padding: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import { DISPLAY_MAX_WIDTH, NAVIGATION_BAR_HEIGHT } from '@_constants/styles';
import { css } from '@emotion/react';

export const fixedWrapperStyle = css`
pointer-events: none;
position: fixed;
bottom: 18px;
Expand Down

0 comments on commit 791d1a3

Please sign in to comment.