﻿
#pageContainer {
    position: relative;
    top: 0;
    height: 100vh;
    direction: ltr;
}

.ps__rail-x {
    top: 0px;
    bottom: auto;
    /* If using `top`, there shouldn't be a `bottom`. */
}

.ps__thumb-x {
    top: 2px;
    bottom: auto;
    /* If using `top`, there shouldn't be a `bottom`. */
}

.ps__rail-y {
/*    left: 0px;
    right: auto;*/
    right: 0px;
    left: auto;
}

.ps__thumb-y {
    background-color: #24d278;
  /*  left: 2px;
    right: auto;*/
    right: 2px;
    left: auto;
}


.ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y, .ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y {
    opacity: 0.2;
}

/* .ps:hover > .ps__rail-y {
            opacity: 0.2;
        }*/

.ps__rail-y:hover {
    opacity: 0.6 !important;
}

    .ps__rail-y:hover > .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y.ps--clicking .ps__thumb-y {
        background-color: #24d278;
    }
