Files
hemat_solution/src/app/content/ngbbootstrap/scrollable/scrollable.component.css
2024-04-19 12:53:45 +07:00

12 lines
203 B
CSS

:host ::ng-deep .always-visible .ps__rail-x {
opacity: 0.6 !important;
}
:host ::ng-deep .always-visible .ps__rail-y {
opacity: 0.6 !important;
}
vertical-scroll {
overflow: auto !important;
}