Skip to content

Commit

Permalink
Merge pull request #396 from Collusic/fix/fe/Issue-395
Browse files Browse the repository at this point in the history
Fix/395: [QA] 입력장치 열었을 때 프로젝트 세팅 박스 레이아웃이 깨지는 현상 해결
  • Loading branch information
SingTheCode authored Jan 3, 2024
2 parents 730020c + e15405e commit 11f9d71
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/blocks/BpmBar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
font-weight: bold;
color: black;
cursor: pointer;
z-index: 999;
z-index: 10;
}

& > .slider-bottom {
Expand Down
3 changes: 3 additions & 0 deletions client/src/components/blocks/RecordDevice/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@import "utils/style/size";

#record-device {
position: relative;
display: flex;
flex-direction: column;
align-items: flex-start;
Expand Down Expand Up @@ -34,6 +35,8 @@
}

.device-list {
position: absolute;
top: 110px;
width: calc(100% - 32px);
height: 128px;
margin-top: 8px;
Expand Down

1 comment on commit 11f9d71

@vercel
Copy link

@vercel vercel bot commented on 11f9d71 Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.