Revert "another attempt to workaround against feedtree scroll issues"
This reverts commit 9f8b2e6ea8
.
This commit is contained in:
parent
2faef8349c
commit
9b176694f5
1 changed files with 1 additions and 5 deletions
|
@ -768,7 +768,7 @@ div.fatalError textarea {
|
|||
border-left-width : 0px;
|
||||
border-bottom-width : 0px;
|
||||
border-top-width : 0px;
|
||||
overflow : auto;
|
||||
overflow : hidden;
|
||||
}
|
||||
|
||||
#headlines-wrap-inner {
|
||||
|
@ -777,10 +777,6 @@ div.fatalError textarea {
|
|||
border-width : 0px;
|
||||
}
|
||||
|
||||
#feedTree {
|
||||
overflow : visible;
|
||||
}
|
||||
|
||||
#headlines-frame {
|
||||
padding : 0px;
|
||||
border-color : #88b0f0;
|
||||
|
|
Loading…
Reference in a new issue