aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-03-15 10:43:52 +0100
committerGravatar GitHub <noreply@github.com> 2024-03-15 10:43:52 +0100
commit2feb97e9b9fbd7eef961bc8a28cd712db8c02b6e (patch)
tree20e5b0face99de290f43d2419d72a976a585bdb8 /p
parentcf29ca19c029f6af8dc413f7001bd104ca17999d (diff)
scroll-behavior: smooth; (#6206)
Diffstat (limited to 'p')
-rw-r--r--p/themes/base-theme/frss.css4
-rw-r--r--p/themes/base-theme/frss.rtl.css4
2 files changed, 8 insertions, 0 deletions
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css
index 82e049d64..32bd12b77 100644
--- a/p/themes/base-theme/frss.css
+++ b/p/themes/base-theme/frss.css
@@ -53,6 +53,10 @@
url('../fonts/OpenSans.woff') format('woff');
}
+html {
+ scroll-behavior: smooth;
+}
+
html, body {
margin: 0;
padding: 0;
diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css
index 6c0b2bfb9..710beffef 100644
--- a/p/themes/base-theme/frss.rtl.css
+++ b/p/themes/base-theme/frss.rtl.css
@@ -53,6 +53,10 @@
url('../fonts/OpenSans.woff') format('woff');
}
+html {
+ scroll-behavior: smooth;
+}
+
html, body {
margin: 0;
padding: 0;