1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-28 17:17:10 +00:00

force-disable headlines smooth scrolling when switching feeds

enable smooth scrolling for article frame
This commit is contained in:
Andrew Dolgov
2019-12-05 21:48:16 +03:00
parent e40c24f829
commit e1ef122355
8 changed files with 22 additions and 7 deletions

View File

@@ -640,7 +640,6 @@ body.ttrss_main #headlines-frame {
-webkit-overflow-scrolling: touch;
-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
scroll-behavior: smooth;
}
body.ttrss_main #headlines-frame div.feed-title {
border: 0px solid #257aa7;
@@ -657,6 +656,9 @@ body.ttrss_main #headlines-frame div.feed-title a {
body.ttrss_main #headlines-frame div.feed-title a:hover {
color: #257aa7;
}
body.ttrss_main #headlines-frame.smooth-scroll {
scroll-behavior: smooth;
}
body.ttrss_main #toolbar-frame_splitter {
display: none;
}
@@ -743,6 +745,7 @@ body.ttrss_main #content-insert {
line-height: 1.5;
overflow: auto;
-webkit-overflow-scrolling: touch;
scroll-behavior: smooth;
}
body.ttrss_main img.feed-icon,
body.ttrss_main img.icon {