working on some code

This commit is contained in:
Warp Agent
2025-12-27 16:58:19 +00:00
parent 8677820864
commit 97659421b5
16 changed files with 3318 additions and 151 deletions

View File

@@ -69,6 +69,7 @@
.custom-scrollbar::-webkit-scrollbar-track {
background: #111a22;
border-radius: 4px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
@@ -80,6 +81,24 @@
background: #476685;
}
.custom-scrollbar {
-webkit-overflow-scrolling: touch;
overscroll-behavior: contain;
scroll-behavior: smooth;
}
/* Ensure mouse wheel scrolling works */
.custom-scrollbar,
.custom-scrollbar * {
touch-action: pan-y;
}
/* Firefox scrollbar */
.custom-scrollbar {
scrollbar-width: thin;
scrollbar-color: #324d67 #111a22;
}
/* Electric glow animation for buttons */
@keyframes electric-glow {
0%, 100% {