From a5451e898e6dd1173a92df2b9516c4e4e7275c15 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 30 Sep 2018 22:06:07 +0200 Subject: Fix the scroll --- design/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design/style.css b/design/style.css index c1f1315..2b6ae40 100644 --- a/design/style.css +++ b/design/style.css @@ -1,4 +1,4 @@ -body { font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif; line-height: 1.6; word-wrap: break-word; padding: 30px; font-size: 16px; color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); overflow: scroll; margin: 5%;} +body { font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif; line-height: 1.6; word-wrap: break-word; padding: 30px; font-size: 16px; color: rgb(51, 51, 51); background-color: rgb(255, 255, 255); margin: 5%;} .directory { cursor: pointer; -- cgit v1.2.3-54-g00ecf