Skip to content

Commit

Permalink
Update dashboard.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ValodokaGames committed Feb 11, 2024
1 parent d6bed55 commit b3172e0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions previews/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,29 @@

</head>
<body>
<!--scroller-->
<style>
/* width */
::-webkit-scrollbar {
width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
background: #808080;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #0000FF;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #00ffff;
}
</style>
<!--end of scroller-->
<!--back to top btn-->
<button onclick="topFunction()" id="myBtn" title="Go back to the top.">&uarr;</button>
<script>
Expand Down

0 comments on commit b3172e0

Please sign in to comment.