aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/base/src/main/resources')
-rw-r--r--plugins/base/src/main/resources/dokka/styles/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css
index 5008d0ba..d68b495a 100644
--- a/plugins/base/src/main/resources/dokka/styles/style.css
+++ b/plugins/base/src/main/resources/dokka/styles/style.css
@@ -497,6 +497,7 @@ body, table {
font-size: var(--default-font-size);
line-height: 24px;
margin: 0;
+ height: 100%;
}
table {
@@ -1003,6 +1004,11 @@ td.content {
color: var(--breadcrumb-font-color);
}
+.footer span.go-to-top-icon > #go-to-top-link {
+ padding: 0;
+ border: none;
+}
+
.footer .padded-icon {
padding-left: 0.5em;
}