diff --git a/pkg/lib/page.scss b/pkg/lib/page.scss index 1056662..af812dc 100755 --- a/pkg/lib/page.scss +++ b/pkg/lib/page.scss @@ -1,3 +1,7 @@ +html:not(.index-page) body { + overflow-y: auto; +} + a { cursor: pointer; }