fix(docs): code block max height (#138)

This commit is contained in:
Thejana Weththasinghe
2025-03-31 17:21:47 +05:30
committed by GitHub
parent fe87b65237
commit 6ae85a1fe8

View File

@@ -213,4 +213,12 @@ h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
border-radius: 0;
font-size: inherit;
border: none;
}
div[data-radix-scroll-area-viewport] > div[data-radix-scroll-area-content] {
max-height: 400px;
}
div[data-radix-scroll-area-viewport] > div[data-radix-scroll-area-content] pre{
max-height: none;
}