Skip to content

Commit 4387f66

Browse files
authored
Style/#271-K: CSS 개선 작업
2 parents 0d3f431 + 8078d26 commit 4387f66

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

client/src/components/BlockSelector/style.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
.block-selector {
44
position: absolute;
5+
z-index: 99;
56
height: 100%;
67
overflow: hidden;
78

client/src/pages/Workspace/style.module.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
display: flex;
33
flex-direction: row;
44
width: 100vw;
5+
height: 100vh;
6+
overflow: hidden;
57
}

0 commit comments

Comments
 (0)