Skip to content

Commit

Permalink
design: Confirmation 컴포넌트 CSS 수정 #259
Browse files Browse the repository at this point in the history
  • Loading branch information
seoye0ng committed Mar 8, 2024
1 parent 2ff26e0 commit 04d3518
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions src/components/shared/confirmation/Confirmation.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
.confirmationContainer {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
main {
position: fixed;
z-index: var(--bottomnav-zindex);
box-sizing: border-box;
width: 100%;

.confirmationContainer {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 100%;
}
}

0 comments on commit 04d3518

Please sign in to comment.