diff options
author | Vitaly Takmazov | 2019-05-31 13:40:49 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:55 +0300 |
commit | 086fa7345b3df340dba3769e91f2ba91f1930eeb (patch) | |
tree | 28247de6a0ad0511d50ac938d94bff5ece85e4b9 /vnext/src/index.css | |
parent | 94cc0b33cd76e2cc79a46cfadb8d931ef6c28d24 (diff) |
remove overflow for desktop
Diffstat (limited to 'vnext/src/index.css')
-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; + } +} |