Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #774 from B77Mills/revertHorizontalScroll
Browse files Browse the repository at this point in the history
Revert attempt at hiding horizontal scrollbar css
  • Loading branch information
brandonbk authored Aug 25, 2023
2 parents a123ece + 427293c commit e4b41ea
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/marko-web-theme-monorail/scss/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,6 @@

body {
text-rendering: $theme-text-rendering;
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
/* Hide horizontal scrollbar for Chrome, Safari and Opera */
&::-webkit-scrollbar:horizontal {
display: none;
}
}

.document-container {
Expand Down

0 comments on commit e4b41ea

Please sign in to comment.