working on some code
This commit is contained in:
@@ -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% {
|
||||
|
||||
Reference in New Issue
Block a user