mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-02-02 20:17:10 +00:00
another attempt to workaround against feedtree scroll issues
This commit is contained in:
@@ -780,7 +780,7 @@ div.fatalError textarea {
|
||||
border-left-width : 0px;
|
||||
border-bottom-width : 0px;
|
||||
border-top-width : 0px;
|
||||
overflow : hidden;
|
||||
overflow : auto;
|
||||
}
|
||||
|
||||
#headlines-wrap-inner {
|
||||
@@ -789,6 +789,10 @@ div.fatalError textarea {
|
||||
border-width : 0px;
|
||||
}
|
||||
|
||||
#feedTree {
|
||||
overflow : visible;
|
||||
}
|
||||
|
||||
#headlines-frame {
|
||||
padding : 0px;
|
||||
border-color : #88b0f0;
|
||||
|
||||
Reference in New Issue
Block a user