diff --git a/crates/generator/templates/base.html b/crates/generator/templates/base.html
index 44fbbdd..775134c 100644
--- a/crates/generator/templates/base.html
+++ b/crates/generator/templates/base.html
@@ -116,6 +116,10 @@
overflow-x: auto;
}
+ .code-block::-webkit-scrollbar {
+ width: 8px;
+ }
+
.item-list {
list-style-type: none;
padding: 0;
@@ -145,7 +149,7 @@
}
::-webkit-scrollbar {
- width: 8px;
+ width: 16px;
}
::-webkit-scrollbar-track {