add workaround for double scrollbars in feed panel

This commit is contained in:
Andrew Dolgov 2013-03-29 20:23:03 +04:00
parent ffd3e8e35e
commit 878b21ba1d
1 changed files with 1 additions and 1 deletions

View File

@ -814,7 +814,7 @@ div.fatalError textarea {
border-left-width : 0px;
border-bottom-width : 0px;
border-top-width : 0px;
overflow : auto;
overflow : hidden;
}
#headlines-wrap-inner {