Skip to content

Commit

Permalink
Merge pull request #19 from hw-coconote/feat/HC-150
Browse files Browse the repository at this point in the history
[FEAT] 캔버스 layout 설정 및 block 컨트롤 영역 작업 진행
  • Loading branch information
ara-ro authored Oct 2, 2024
2 parents e2eda10 + 78cdd86 commit 8c08de1
Show file tree
Hide file tree
Showing 5 changed files with 429 additions and 230 deletions.
6 changes: 3 additions & 3 deletions src/assets/css/global.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
html {
background-color: rebeccapurple;
overflow: hidden;
overflow: auto !important;
}

body {
Expand All @@ -18,8 +18,8 @@ body {
width: 100%;
}
.channelInsideContentWrap {
flex-grow: 1;
padding: 0 0 0 24px;
// padding: 0 24px;
overflow: auto;
height: 100%;
}
}
Loading

0 comments on commit 8c08de1

Please sign in to comment.