Promising, but a little rough around the edges
-
Really nice start. I’ve tried doing something quite similar, but this is a much nicer approach than what I’ve come up with. Few rather major gripes, though:
- Editor view breaks when enabling a carousel. Looks like it’s due to following CSS declaration:
:has(.abcs) {
position: relative !important;
}
which messes the editor sidebar positioning / scroll. - I’m not a huge fan of the pure CSS approach using ::scroll-button and ::scroll-marker as those are not yet supported by Safari and Firefox.
Other than that I really like the idea and code looked good too. Keep up the good work!
- Editor view breaks when enabling a carousel. Looks like it’s due to following CSS declaration:
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this review.