fuse-angular/src/@fuse/scss/partials/plugins/_perfect-scrollbar.scss
Sercan Yemen 51bd636ba6 Moved core into @fuse
+ New fuse sidebar component
+ Moved the navbar to the sidebar
2018-02-17 17:21:39 +03:00

12 lines
164 B
SCSS

.ps {
position: relative;
> .ps__rail-x {
z-index: 99999;
}
> .ps__rail-y {
z-index: 99999;
left: auto !important;
}
}