rag-chat / web /src /index.css
lucas-wa
Test uni module
6e06893
raw
history blame contribute delete
397 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
::-webkit-scrollbar {
/* Customize the scrollbar width */
width: 10px;
}
::-webkit-scrollbar-track {
/* Customize the scrollbar track */
background-color: #131318;
border-radius: 2px;
}
::-webkit-scrollbar-thumb {
/* Customize the scrollbar thumb */
background-color: #ffffff50;
border-radius: 2px;
}