fix(antora): remove fixed height from doc content

This commit is contained in:
Julio Estrada
2025-04-10 14:09:44 -04:00
committed by Julio C. Estrada
parent fe8033808f
commit e130dc047b

View File

@@ -2849,7 +2849,6 @@ html:has(#docsiframe)::-webkit-scrollbar {
/* Antora template - Scrollable content area */
.boostlook #content:has(> .doc) {
overflow-y: auto;
height: 100vh;
}
/* Asciidoc template - Content overflow handling */