diff --git a/source/css/_layout/layout.styl b/source/css/_layout/layout.styl index c2b0b63..c614ab3 100644 --- a/source/css/_layout/layout.styl +++ b/source/css/_layout/layout.styl @@ -34,7 +34,7 @@ box-shadow: $boxshadow-card-float z-index: 10 background: var(--site-bg) - overflow: scroll + overflow: auto .l_body[rightbar] .l_right transform: translateX(0px) diff --git a/source/css/_layout/widgets/toc.styl b/source/css/_layout/widgets/toc.styl index afce445..b8c4e86 100644 --- a/source/css/_layout/widgets/toc.styl +++ b/source/css/_layout/widgets/toc.styl @@ -52,7 +52,7 @@ max-height: 75vh @media screen and (max-width: $device-laptop) max-height: unset - overflow: scroll + overflow: auto