슬라이드바 좌측으로 붙임
This commit is contained in:
parent
6b60f41680
commit
787cac6359
|
@ -123,3 +123,9 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// perfect-scrollbar right로 2px이동
|
||||||
|
::ng-deep .ps__rail-y {
|
||||||
|
& > .ps__thumb-y {
|
||||||
|
margin-right: -2px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user