diff --git a/src/LLMServiceHub/Pages/Index.cshtml b/src/LLMServiceHub/Pages/Index.cshtml index 7738b25..afe68a8 100644 --- a/src/LLMServiceHub/Pages/Index.cshtml +++ b/src/LLMServiceHub/Pages/Index.cshtml @@ -42,6 +42,12 @@ } .llm-model-config{font-size:0.8rem;color:darkgoldenrod;} .btn-icon-center svg{margin-right:0 !important;} + + + ::-webkit-scrollbar { width: 8px; height: 8px; } + ::-webkit-scrollbar-track { border-radius: 10px !important; margin-block: 5px; } + ::-webkit-scrollbar-thumb { border-radius: 10px !important; } + * { scrollbar-width: thin; } } @@ -188,7 +194,7 @@
- +
@@ -399,6 +405,7 @@ @if (User.Identity.IsAuthenticated) { +