diff --git a/docs/docs/docs.css b/docs/docs/docs.css index 8e979fa..98a63ca 100644 --- a/docs/docs/docs.css +++ b/docs/docs/docs.css @@ -31,6 +31,18 @@ p { width: auto; max-width: 100%; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); + scrollbar-width: thin; + scrollbar-color: var(--tertiary-color) transparent; +} + +.command-container::-webkit-scrollbar { + height: 8px; + width: 8px; +} + +.command-container::-webkit-scrollbar-thumb { + background-color: var(--tertiary-color); + border-radius: 4px; } .command-container pre, diff --git a/docs/docs/technical/config.html b/docs/docs/technical/config.html index bd176a6..982fe03 100644 --- a/docs/docs/technical/config.html +++ b/docs/docs/technical/config.html @@ -143,7 +143,7 @@