Update stopwatch-timer.html

This commit is contained in:
FURK4NGG
2025-08-28 20:12:37 +03:00
committed by GitHub
parent 7bf05ceef6
commit bfbcefb67d
+16 -1
View File
@@ -83,7 +83,22 @@
margin-top:1.25rem; margin-top:1.25rem;
max-height:9.375rem; max-height:9.375rem;
background:transparent; background:transparent;
padding: 0 2.8rem;} padding: 0 2.8rem;
scrollbar-width: thin;
scrollbar-color: var(--light) transparent;}
.laps-container::-webkit-scrollbar {
width: 6px;}
.laps-container::-webkit-scrollbar-track {
background: transparent;}
.laps-container::-webkit-scrollbar-thumb {
background-color: var(--light);
border-radius: 6px;}
.laps-container::-webkit-scrollbar-thumb:hover {
background-color: var(--light);}
.laps { .laps {
height: 9.375rem; /* örnek sınır */ height: 9.375rem; /* örnek sınır */