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