Skip to content

Commit

Permalink
Merge pull request #8 from amankrokx/temp
Browse files Browse the repository at this point in the history
hidden scrollbars
  • Loading branch information
amankrokx authored Apr 20, 2024
2 parents e6fc1c5 + a8542d7 commit 7d096a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dns.zone
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# add these to rnsit.ac.in
halls.rnsit.ac.in CNAME rnshalls.web.app
halls.rnsit.ac.in TXT hosting-site=rnshalls
_acme-challenge.halls.rnsit.ac.in CNAME 0ViRWhQU6mM75L2SSYm0eoeFASbLXzv_0rAsGVLGbyY
2 changes: 1 addition & 1 deletion public/loader.css
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ nav.bottom::-webkit-scrollbar {
}

* {
scrollbar-width: thin;
scrollbar-width: none;
scrollbar-color: var(--ab) #0084ff31;
}

Expand Down

0 comments on commit 7d096a8

Please sign in to comment.