summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-12-05 21:48:16 +0300
committerAndrew Dolgov <[email protected]>2019-12-05 21:48:16 +0300
commite1ef122355228cbab272b2e386a6370084e66b10 (patch)
tree87d1a546de5f7cc1fc237366a84c2ff2234e9293 /css/tt-rss.less
parente40c24f8293ceaefc0eab644bc9b060fa92e549a (diff)
force-disable headlines smooth scrolling when switching feeds
enable smooth scrolling for article frame
Diffstat (limited to 'css/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less6
1 files changed, 5 insertions, 1 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index 581b9c4a3..87a675689 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -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 {