From 2e522806e12be3e5e620ca499e881aa147f6342e Mon Sep 17 00:00:00 2001 From: Andrey Pokhilko Date: Wed, 7 Apr 2021 11:53:35 +0300 Subject: [PATCH] Transfer changes --- docs/_layouts/default.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 7852af4e4..f5548bf9c 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -19,6 +19,15 @@ font-size: 1rem; margin-left: 1rem; } + + header { + z-index: 99; + background-color: white; + } + + footer { + bottom: 0; + }