diff options
author | Marcin Aman <marcin.aman@gmail.com> | 2020-07-21 10:36:54 +0200 |
---|---|---|
committer | Sebastian Sellmair <34319766+sellmair@users.noreply.github.com> | 2020-07-21 15:21:48 +0200 |
commit | e0e67c93ac04f7744c13e31c452e16a1e11a6416 (patch) | |
tree | 8c36fad1554eaaa90b733dcdd3c6947a4b345327 /plugins | |
parent | 8e3130129def0a185099a876da8978211a1eb44a (diff) | |
download | dokka-e0e67c93ac04f7744c13e31c452e16a1e11a6416.tar.gz dokka-e0e67c93ac04f7744c13e31c452e16a1e11a6416.tar.bz2 dokka-e0e67c93ac04f7744c13e31c452e16a1e11a6416.zip |
Improve styles for footer to work on MS Edge
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/base/src/main/resources/dokka/styles/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
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 { |