File tree Expand file tree Collapse file tree 1 file changed +0
-27
lines changed
Expand file tree Collapse file tree 1 file changed +0
-27
lines changed Original file line number Diff line number Diff line change @@ -32,30 +32,3 @@ div:has(.next-error-h1) {
3232 scrollbar-width : none;
3333}
3434
35- /* .carousel-ul {
36- anchor-name: --my-carousel;
37- scrollbar-width: none;
38- scroll-marker-group: after;
39- }
40-
41- .carousel-ul::scroll-marker-group {
42- position: absolute;
43- position-anchor: --my-carousel;
44- display: flex;
45- top: calc(anchor(bottom) - 0.25rem);
46- justify-content: center;
47- justify-self: anchor-center;
48- gap: 0.5rem;
49- }
50- .carousel-ul::column::scroll-marker {
51- border: 1px solid black;
52- border-radius: 0.5rem;
53- background-color: transparent;
54- width: 0.25rem;
55- height: 0.25rem;
56- content: '';
57- }
58-
59- .carousel-ul::column::scroll-marker:target-current {
60- background-color: var(--color-primary);
61- } */
You can’t perform that action at this time.
0 commit comments