Skip to content

Commit

Permalink
chore: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn authored Apr 8, 2024
1 parent f4cd7ff commit 8061460
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions style/web/mixins/_scrollbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@

.hideScrollbar() {
/* firefox */
// Chrome support after v121 https://developer.chrome.com/docs/css-ui/scrollbar-styling
@supports not selector(::-webkit-scrollbar) {
scrollbar-width: none;
overflow: -moz-scrollbars-none;
Expand Down

0 comments on commit 8061460

Please sign in to comment.