Explorar el Código

Fix overflow style

Update #59
Talha Mansoor hace 11 años
padre
commit
723b3f71ba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;