From e0e67c93ac04f7744c13e31c452e16a1e11a6416 Mon Sep 17 00:00:00 2001 From: Marcin Aman Date: Tue, 21 Jul 2020 10:36:54 +0200 Subject: Improve styles for footer to work on MS Edge --- plugins/base/src/main/resources/dokka/styles/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'plugins/base/src') diff --git a/plugins/base/src/main/resources/dokka/styles/style.css b/plugins/base/src/main/resources/dokka/styles/style.css index 57ffb8a5..13ba0b3e 100644 --- a/plugins/base/src/main/resources/dokka/styles/style.css +++ b/plugins/base/src/main/resources/dokka/styles/style.css @@ -12,7 +12,6 @@ #content { padding: 0 var(--horizontal-spacing-for-content); - height: calc(100% - var(--footer-height) - var(--footer-padding-top)); } .breadcrumbs { @@ -156,6 +155,8 @@ #main { width: 100%; max-width: calc(100% - 280px); + display: flex; + flex-direction: column; } #leftColumn { @@ -1002,7 +1003,7 @@ td.content { line-height: 16px; letter-spacing: 0.2px; color: var(--breadcrumb-font-color); - margin-top: var(--footer-padding-top); + margin-top:auto; } .footer span.go-to-top-icon { -- cgit