Skip to content

Commit

Permalink
Don't hide scrollbar on code snippets (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff authored Feb 8, 2023
1 parent b5b0099 commit 14427ef
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .htmlhintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"doctype-html5": true,
"head-script-disabled": false,
"href-abs-or-rel": false,
"html-lang-require": false,
"html-lang-require": true,
"id-class-ad-disabled": true,
"id-class-value": false,
"id-unique": true,
Expand Down
4 changes: 0 additions & 4 deletions docs/assets/scss/_utilities.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
pointer-events: none !important;
}

.cursor-default {
cursor: default !important;
}

.opacity-75 {
opacity: 0.75 !important;
}
Expand Down
5 changes: 0 additions & 5 deletions docs/assets/scss/docs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@

pre {
margin-bottom: 0;
scrollbar-width: none;

&::-webkit-scrollbar {
display: none;
}

code {
word-wrap: normal;
Expand Down
2 changes: 1 addition & 1 deletion icons/modus-outlined/people-couple.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/modus-solid/people-couple.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/transportation/company-administration.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion icons/transportation/route-save.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 14427ef

Please sign in to comment.