diff options
Diffstat (limited to 'vnext/src')
-rw-r--r-- | vnext/src/index.css | 5 |
1 files changed, 4 insertions, 1 deletions
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; + } +} |