Skip to content

Commit

Permalink
Don't show scrolling bar to users
Browse files Browse the repository at this point in the history
  • Loading branch information
Damian-Oswald committed Feb 28, 2025
1 parent 172b186 commit 6fc95a4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
.DS_Store
*.R
6 changes: 6 additions & 0 deletions docs/assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -241,3 +241,9 @@ main {
color: var(--secondary-text-color);
cursor: default; /* Disable pointer interactions */
}

/* Hide scrollbar for modern browsers */
html, body {
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE/Edge */
}

0 comments on commit 6fc95a4

Please sign in to comment.