Closed
Description
I fixed this issue by adding the following CSS to my own project to override base tailwind.
.ch-codeblock * {
/* Fix horizontal scrollbars added to CodeHike blocks as a result of tailwind screwing up measurements */
box-sizing: content-box;
}
This might be something that Code-Hike should include in its stylesheet.
I was able to demonstrate this in the yarn dev
Metadata
Metadata
Assignees
Labels
No labels