Skip to content

Commit

Permalink
Disable content scrollbars
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Jul 14, 2024
1 parent b338bfb commit 9c7bbd1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@ body {
padding: 1px 1em;
}

/* Disable scrollbars, there's a glitch in Safari with the content animation. */
* {
scrollbar-width: none;
}

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

a {
color: var(--wp-components-color-accent);
}
Expand Down

0 comments on commit 9c7bbd1

Please sign in to comment.