From 3900358ca6eeac546cbe0eb0bd36572ddc404634 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 30 Oct 2019 10:47:12 +0300 Subject: Fix content top on scroll --- vnext/src/index.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vnext/src/index.css') diff --git a/vnext/src/index.css b/vnext/src/index.css index 3cc41b8b..6ca33a13 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -163,13 +163,13 @@ hr { #content { grid-area: content; - margin-top: 64px; + margin-top: 0; overflow: auto; transition: margin-top 0.4s; } -.content--full { - margin-top: 0 !important; +.content--top { + margin-top: 64px !important; } #footer { -- cgit v1.2.3