Browse Source

Fix overflow style

Update #59
Talha Mansoor 11 years ago
parent
commit
723b3f71ba
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/css/elegant.css

+ 1 - 1
static/css/elegant.css

@@ -555,7 +555,7 @@ div.blog-archives article {
     margin-left: 6em;
     padding: .3em .2em;
     position: relative;
-    overflow: scroll;
+    overflow: auto;
 }
 div.blog-archives article.last-entry-of-year {
     margin-bottom: 1em;