Files
lixiyu-net/styles/scrollbar.css

18 lines
426 B
CSS
Raw Normal View History

2024-01-04 10:29:19 +08:00
.flat-scrollbar-normal::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 9999px;
2023-12-25 17:21:39 +08:00
}
2024-01-04 10:29:19 +08:00
.flat-scrollbar-normal::-webkit-scrollbar-thumb {
--tw-border-opacity: 1;
background-color: rgba(217, 217, 227, 0.5);
border-color: rgba(255, 255, 255, var(--tw-border-opacity));
border-radius: 9999px;
border-width: 1px;
2023-12-25 17:21:39 +08:00
}
2024-01-04 10:29:19 +08:00
.flat-scrollbar-normal::-webkit-scrollbar {
height: 0.5rem;
width: 0.5rem;
2023-12-25 17:21:39 +08:00
}