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

@@ -214,3 +214,11 @@ h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
font-size: inherit; font-size: inherit;
border: none; 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;
}