diff --git a/_sass/_sidebar.scss b/_sass/_sidebar.scss index 377c62372868b..a9b266f1c6783 100644 --- a/_sass/_sidebar.scss +++ b/_sass/_sidebar.scss @@ -7,6 +7,9 @@ ========================================================================== */ .sidebar { + -webkit-transform: translate3d(0, 0 , 0); + transform: translate3d(0, 0 , 0); + @include clearfix(); margin-bottom: 1em; @@ -14,13 +17,14 @@ @include span(2 of 12); opacity: 0.75; -webkit-transition: opacity 0.2s ease-in-out; - transition: opacity 0.2s ease-in-out; + transition: opacity 0.2s ease-in-out; &:hover { opacity: 1; } } + @include breakpoint($x-large) { padding-right: 0; } @@ -229,4 +233,4 @@ text-decoration: underline; } } -} \ No newline at end of file +}