Skip to content

Commit

Permalink
중간 점검
Browse files Browse the repository at this point in the history
  • Loading branch information
7iw8n committed Nov 21, 2023
1 parent 9b83de4 commit fc63dca
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions src/component/AllFrameCpn/FrameList.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,19 @@ ul {
}

.FrameUl {
height: 100%;
overflow-y: scroll;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
flex-wrap: wrap; /* 너비를 넘어가면 다음 줄로 넘어감 */
}

.FrameUl::-webkit-scrollbar {
display: none;
}

.FrameItem {
width: calc(40% - 10px);
gap: 10px;
Expand Down
5 changes: 3 additions & 2 deletions src/component/MakeFrameCpn/Sticker.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@

.ListView {
display: flex;
overflow-x: auto;
height: 160px;
overflow-x: scroll;
-webkit-overflow-scrolling: touch;
height: 80px;
padding: 15px 0px 15px 18px;
flex-direction: row;
gap: 18px;
Expand Down

0 comments on commit fc63dca

Please sign in to comment.