aboutsummaryrefslogtreecommitdiff
path: root/plugins/base
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/base')
-rw-r--r--plugins/base/src/main/resources/dokka/styles/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css
index 94e61cef..c06c1ca7 100644
--- a/plugins/base/src/main/resources/dokka/styles/style.css
+++ b/plugins/base/src/main/resources/dokka/styles/style.css
@@ -498,6 +498,10 @@ code.paragraph {
display: none;
}
+body {
+ height: 100%;
+}
+
body, table {
font-family: var(--default-font-family);
background: var(--background-color);
@@ -506,7 +510,6 @@ body, table {
font-size: var(--default-font-size);
line-height: 24px;
margin: 0;
- height: 100%;
}
table {