add workaround for double scrollbars in feed panel
This commit is contained in:
parent
ffd3e8e35e
commit
878b21ba1d
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue