Skip to content

Commit

Permalink
Feat: added invisible scroll class to stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
Akalanka47000 committed Oct 14, 2023
1 parent 98aec00 commit 793d76d
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,13 @@ a {

.hide-blink {
caret-color: transparent;
}
}

.invisible-scroll::-webkit-scrollbar {
width: 0px;
}

.invisible-scroll {
scrollbar-color: transparent transparent;
overflow-x: hidden !important;
}

0 comments on commit 793d76d

Please sign in to comment.