소스 검색

Fix overflow style

Update #59
Talha Mansoor 11 년 전
부모
커밋
723b3f71ba
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;