슬라이드바 좌측으로 붙임

This commit is contained in:
khk 2020-01-30 17:44:05 +09:00
parent 6b60f41680
commit 787cac6359
2 changed files with 6 additions and 6 deletions

View File

@ -123,3 +123,9 @@
height: 100%; height: 100%;
} }
} }
// perfect-scrollbar right로 2px이동
::ng-deep .ps__rail-y {
& > .ps__thumb-y {
margin-right: -2px;
}
}

View File

@ -20,9 +20,3 @@ body:not(.is-mobile) {
border-radius: 12px; border-radius: 12px;
} }
} }
// perfect-scrollbar right로 2px이동
perfect-scrollbar > .ps.ps--active-y > .ps__rail-y {
& > .ps__thumb-y {
margin-right: -2px;
}
}