Skip to content

Commit

Permalink
fix: double scroll bar fix (#608)
Browse files Browse the repository at this point in the history
Co-authored-by: Saksham Sharma <[email protected]>
  • Loading branch information
sakksham7 and Saksham Sharma authored Sep 11, 2024
1 parent 50c60fd commit a371b4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,9 @@ module.exports = {
".no-scrollbar::-webkit-scrollbar": {
display: "none",
},
"*": {
scrollbarWidth: "none", // firefox
},
".show-scrollbar::-webkit-scrollbar": {
overflow: "scroll",
height: "4px",
Expand Down

0 comments on commit a371b4f

Please sign in to comment.