From 625261489c14f0726092ee8d9ff730ef5dc0c861 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 30 Oct 2019 10:28:49 +0300 Subject: content transition delay --- vnext/src/index.css | 1 + 1 file changed, 1 insertion(+) (limited to 'vnext/src') diff --git a/vnext/src/index.css b/vnext/src/index.css index 109eb678..3cc41b8b 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -165,6 +165,7 @@ hr { grid-area: content; margin-top: 64px; overflow: auto; + transition: margin-top 0.4s; } .content--full { -- cgit v1.2.3