Skip to content

Commit

Permalink
typo 'display' property does not accept 'auto' global.css
Browse files Browse the repository at this point in the history
  • Loading branch information
rebustron authored Nov 21, 2024
1 parent 9fc78ed commit 0e8b335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bridge/pages/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
}

.scrollbar::-webkit-scrollbar {
display: auto;
/*display: auto; - is invalid because the 'display' property does not accept 'auto' as a value. */
}

/* https://stackoverflow.com/questions/71296535/how-to-remove-arrow-on-input-type-number-with-tailwind-css */
Expand Down

0 comments on commit 0e8b335

Please sign in to comment.