From 522a1cdbaf0f478fb23a9f770b9caf732ea13803 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Tue, 29 Oct 2019 17:11:07 +0300 Subject: Hide header on scroll (mobile only) --- vnext/src/index.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'vnext/src/index.css') diff --git a/vnext/src/index.css b/vnext/src/index.css index a371ae55..109eb678 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -167,6 +167,10 @@ hr { overflow: auto; } +.content--full { + margin-top: 0 !important; +} + #footer { display: none; background: var(--background-color); -- cgit v1.2.3