We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent be2f00b commit fa66112Copy full SHA for fa66112
src/template/CScrollbar.js
@@ -3,6 +3,7 @@ import PropTypes from 'prop-types'
3
import classNames from 'classnames'
4
import PerfectScrollbar from 'perfect-scrollbar'
5
import 'perfect-scrollbar/css/perfect-scrollbar.css'
6
+import './scrollbar.css'
7
8
//component - CoreUI / CScrollbar
9
const CScrollbar = props => {
css/scrollbar.css renamed to src/template/scrollbar.css
@@ -1,11 +1,11 @@
1
/* rtl fix */
2
.ps__rtl .ps__rail-y {
left: 0px !important;
- right: unset;
+ right: unset !important;
}
*[dir="rtl"] .ps__rail-y {
10
11
.ps__rtl .ps__thumb-y {
0 commit comments