fix(docs): code block max height (#138)
This commit is contained in:
committed by
GitHub
parent
fe87b65237
commit
6ae85a1fe8
@@ -213,4 +213,12 @@ h1 code, h2 code, h3 code, h4 code, h5 code, h6 code {
|
|||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
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;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user