Skip to content

Commit

Permalink
Merge pull request #185 from bsideproject/QA
Browse files Browse the repository at this point in the history
이벤트 모달 수정
  • Loading branch information
boxak authored Dec 28, 2023
2 parents dd88bdd + 6fa8f79 commit 0c07035
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/styles/pages/_mind.scss
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,10 @@
overflow-y: scroll;
}

.react-modal-sheet-container {
padding-bottom: 0;
}

.event-option-list {
width: 100%;
padding : 24px 0 0 0;
Expand Down Expand Up @@ -341,7 +345,7 @@
}

.save-button-wrap {
padding: 32px 0;
padding: 32px 0 0 0;
position: relative;
display: flex;
.save-button {
Expand Down

0 comments on commit 0c07035

Please sign in to comment.