Skip to content

Commit

Permalink
hide scrollbars (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
julioest authored Dec 11, 2024
1 parent 3541dca commit 62a0a7e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions boostlook.css
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,16 @@ p, h1, h2, h3, h4, h5, h6 {
margin-top: 0;
}

html:has(.boostlook) {
overflow: auto;
-ms-overflow-style: none;
scrollbar-width: none;
}

html:has(.boostlook)::-webkit-scrollbar {
display: none;
}

/*----------------- Global Styles for .boostlook end -----------------*/

/*----------------- Styles specific to AsciiDoctor content start -----------------*/
Expand Down

0 comments on commit 62a0a7e

Please sign in to comment.