Skip to content

Commit

Permalink
Merge pull request #729 from githru/728-view-vertical-cluster-list의-y…
Browse files Browse the repository at this point in the history
…축-스크롤-바-굵기가-얇게-보이고-있는-문제

[view] 클러스터 리스트 y축 스크롤바 얇게 보이는 문제 해결
  • Loading branch information
ytaek authored Nov 20, 2024
2 parents 6fc6f2c + 6e516d4 commit dc12d06
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
display: flex;
flex-direction: column;
flex-grow: 1;
padding-left: 0.625rem;
padding-left: 0.625rem;;
padding-right: 10px;
width: 100%;
height: 100%;
overflow-x: hidden;
Expand Down

0 comments on commit dc12d06

Please sign in to comment.