fix: fixing carousel

This commit is contained in:
Chubby Granny Chaser
2025-09-28 15:14:25 +01:00
parent cb25a55118
commit 83e7f676bf
32 changed files with 701 additions and 480 deletions

View File

@@ -10,16 +10,16 @@
}
::-webkit-scrollbar-track {
background-color: rgba(255, 255, 255, 0.03);
background-color: rgba(0, 0, 0, 0.2);
}
::-webkit-scrollbar-thumb {
background-color: rgba(255, 255, 255, 0.08);
background-color: rgba(255, 255, 255, 0.15);
border-radius: 24px;
}
::-webkit-scrollbar-thumb:hover {
background-color: rgba(255, 255, 255, 0.16);
background-color: rgba(255, 255, 255, 0.25);
}
html,