Skip to content

Commit

Permalink
Add style definition for -ms-overflow-style
Browse files Browse the repository at this point in the history
  • Loading branch information
jhauraw committed Jul 13, 2020
1 parent 692739c commit c006443
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/code.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
@apply block p-4 whitespace-pre break-normal;
@apply overflow-auto scrolling-touch subpixel-antialiased;

-ms-overflow-style: -ms-autohiding-scrollbar;
scrollbar-width: none;
&::-webkit-scrollbar {
@apply hidden;
Expand Down

0 comments on commit c006443

Please sign in to comment.