Skip to content

Commit

Permalink
scrollbar style
Browse files Browse the repository at this point in the history
  • Loading branch information
jannik4 committed Dec 6, 2023
1 parent 00a7ab0 commit 5b30365
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion crates/generator/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@
overflow-x: auto;
}

.code-block::-webkit-scrollbar {
width: 8px;
}

.item-list {
list-style-type: none;
padding: 0;
Expand Down Expand Up @@ -145,7 +149,7 @@
}

::-webkit-scrollbar {
width: 8px;
width: 16px;
}

::-webkit-scrollbar-track {
Expand Down

0 comments on commit 5b30365

Please sign in to comment.