diff options
| author | lambda <pleromagit@rogerbraun.net> | 2017-11-13 09:11:50 +0000 |
|---|---|---|
| committer | lambda <pleromagit@rogerbraun.net> | 2017-11-13 09:11:50 +0000 |
| commit | d7e4279c590a002411abb31f2f164301fdb34493 (patch) | |
| tree | a5f5f99c3da2095ac9e835f9635cebc0aa68b36c /src/App.scss | |
| parent | d6478068f87689b981ed1e5b54e28433c9f89ef6 (diff) | |
| parent | 8745fd4bdfb149803163e7fbf857d3c731c45926 (diff) | |
Merge branch 'fix/sidepanel-gap-consistency-fix' into 'develop'
Fix sidepanel gap
See merge request pleroma/pleroma-fe!148
Diffstat (limited to 'src/App.scss')
| -rw-r--r-- | src/App.scss | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/App.scss b/src/App.scss index 944c32b6..6679b2c2 100644 --- a/src/App.scss +++ b/src/App.scss @@ -218,16 +218,19 @@ nav { } @media all and (min-width: 960px) { + body { + overflow-y: scroll; + } .sidebar { overflow: hidden; max-height: 100vh; - width: 350px; + width: 345px; position: fixed; margin-top: -10px; .sidebar-container { height: 96vh; - width: 362px; + width: 365px; padding-top: 10px; padding-right: 20px; overflow-x: hidden; |
