From 086fa7345b3df340dba3769e91f2ba91f1930eeb Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 31 May 2019 13:40:49 +0300 Subject: remove overflow for desktop --- vnext/src/index.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'vnext/src/index.css') diff --git a/vnext/src/index.css b/vnext/src/index.css index afab9b19..9e06c608 100644 --- a/vnext/src/index.css +++ b/vnext/src/index.css @@ -309,4 +309,7 @@ hr { #sidebar { flex-direction: column; } -} \ No newline at end of file + #content { + overflow-y: initial; + } +} -- cgit v1.2.3