summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorache <ache@ache.one>2018-09-30 22:06:07 +0200
committerache <ache@ache.one>2018-09-30 22:06:07 +0200
commita5451e898e6dd1173a92df2b9516c4e4e7275c15 (patch)
treea649d8db1e280e1e8153a4e0b617163370c65186
parentFox (diff)
Fix the scroll
-rw-r--r--design/style.css2
1 files changed, 1 insertions, 1 deletions
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;