summaryrefslogtreecommitdiff
path: root/themes/night_blue.css
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 /themes/night_blue.css
parent1902a7dcb0d4b0fc00a1c2ed86f4b8ab757f4508 (diff)
#headlines-frame: set scroll-behavior: smooth
Diffstat (limited to 'themes/night_blue.css')
-rw-r--r--themes/night_blue.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/night_blue.css b/themes/night_blue.css
index 487d149b2..16251e02c 100644
--- a/themes/night_blue.css
+++ b/themes/night_blue.css
@@ -641,6 +641,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;