Skip to content

Commit

Permalink
Hide scrollbars on some browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
itsamoreh committed Nov 20, 2023
1 parent 3906f31 commit d06a05a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/css/blocks/core/wp-block-code.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,10 @@
white-space: pre-wrap !important;
}
}

code {
&::-webkit-scrollbar {
display: none; /* Hide scrollbars on some browsers */
}
}
}

0 comments on commit d06a05a

Please sign in to comment.