summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-09-01 16:52:58 +0400
committerAndrew Dolgov <[email protected]>2011-09-01 16:52:58 +0400
commit56e0d2cb97ef26b5c3de61778bb699c30694b714 (patch)
tree41050bc2fefee3c2e0f473337c57703f89fa7cdc
parentbb674f94936e8930d9ac6fa1bcc38c064e67529e (diff)
digest article scrolling fix
-rw-r--r--digest.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/digest.css b/digest.css
index 7669152ff..4f16e1f60 100644
--- a/digest.css
+++ b/digest.css
@@ -72,6 +72,7 @@ a:hover {
#article {
position : absolute;
+ overflow : auto;
right : 0px;
width : 60%;
bottom : 0px;