Skip to content

Commit

Permalink
Fixed overflow scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
x1y committed Mar 17, 2024
1 parent 80485e0 commit 92c5226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/pinetheme/assets/css/documentation.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
position:sticky;
top:0;
max-height: 100vh;
overflow: scroll;
overflow-x: auto;
}
#doc-nav .sidebar-nav > ul > ul {
border-left: 1px solid #fafafa;
Expand Down Expand Up @@ -121,7 +121,7 @@ div#doc-page h1 {
div#doc-page code {
font-family: source code pro, lucida console, monospace;
display: inline-block;
overflow: scroll;
overflow-x: scroll;
font-weight: 400;
max-width: 98%;
vertical-align: top;
Expand Down

0 comments on commit 92c5226

Please sign in to comment.