blob: e81444b1047ba4a8e7602c813b7b2c4ca5bfde99 [file] [log] [blame]
<!DOCTYPE html>
<style>
::-webkit-scrollbar {
height: 10px;
width: 10px
}
::-webkit-scrollbar-thumb {
background: rgba(13,53,178,0.8);
}
html {
overflow-y: scroll;
}
</style>
<div style="height:700px"></div>