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
+5 -1
View File
@@ -751,7 +751,6 @@ body.ttrss_main {
-webkit-overflow-scrolling : touch;
-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
scroll-behavior: smooth;
div.feed-title {
border: 0px solid @color-link;
@@ -773,6 +772,10 @@ body.ttrss_main {
}
}
#headlines-frame.smooth-scroll {
scroll-behavior: smooth;
}
#toolbar-frame_splitter {
display : none;
}
@@ -872,6 +875,7 @@ body.ttrss_main {
line-height: 1.5;
overflow : auto;
-webkit-overflow-scrolling : touch;
scroll-behavior: smooth;
}
img.feed-icon, img.icon {