1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-06 08:09:15 +00:00

#headlines-frame: set scroll-behavior: smooth

This commit is contained in:
Andrew Dolgov
2019-12-05 17:01:07 +03:00
parent 1902a7dcb0
commit e40c24f829
7 changed files with 7 additions and 3 deletions

View File

@@ -640,6 +640,7 @@ 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;