@media screen and (min-device-width: 1025px) {
body {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 5px;
overflow-y: scroll;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 14px;
height: 6px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
height: 5px;
display: block;
background-color: transparent;
}
::-webkit-scrollbar-track-piece {
background-color: transparent;
-webkit-border-radius: 7px;
}
::-webkit-scrollbar-thumb:vertical {
height: 0px;
background-color: #ccc;
border:1px solid #b5b5b5;
body, a, a:hover { cursor:url('http://www.snazzyspace.com/cursorsfolder/black-infinity.png'), auto }