summaryrefslogtreecommitdiff
path: root/css/tt-rss.less
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-12-05 17:01:07 +0300
committerAndrew Dolgov <[email protected]>2019-12-05 17:01:07 +0300
commite40c24f8293ceaefc0eab644bc9b060fa92e549a (patch)
tree9a2543ec354230c3522d7adc1978c63d48bb21ab /css/tt-rss.less
parent1902a7dcb0d4b0fc00a1c2ed86f4b8ab757f4508 (diff)
#headlines-frame: set scroll-behavior: smooth
Diffstat (limited to 'css/tt-rss.less')
-rwxr-xr-xcss/tt-rss.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/tt-rss.less b/css/tt-rss.less
index e185ad7e1..581b9c4a3 100755
--- a/css/tt-rss.less
+++ b/css/tt-rss.less
@@ -751,6 +751,7 @@ 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;