Skip to content

Commit

Permalink
Added ScrollBar in termsandconditions
Browse files Browse the repository at this point in the history
  • Loading branch information
Tejashri-Taral committed Aug 10, 2024
1 parent 7b59425 commit 7a47de4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tnc.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
html {
scroll-behavior: smooth;
}

::-webkit-scrollbar{
width: 15px;
}

::-webkit-scrollbar-track{
background: #d1e5ff;
}
::-webkit-scrollbar-thumb{
background: linear-gradient( 90deg,rgb(63, 120, 244),rgb(245, 89, 239) );
border-radius: 10px;
height: 100px;
}
.top-btn {
display: none;
width: 50px;
Expand Down

0 comments on commit 7a47de4

Please sign in to comment.