aboutsummaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-03-16 11:02:50 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-03-16 11:02:50 +0100
commitd7bc70e3fb9785ee74e3d446d7a11858a083fe6a (patch)
treef31ba3325271dfb9f445b3d68689df3f544deb5d /p
parent2feb97e9b9fbd7eef961bc8a28cd712db8c02b6e (diff)
Revert "scroll-behavior: smooth; (#6206)"
This reverts commit 2feb97e9b9fbd7eef961bc8a28cd712db8c02b6e. https://github.com/FreshRSS/FreshRSS/pull/6206#issuecomment-2001934192
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, 0 insertions, 8 deletions
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css
index 32bd12b77..82e049d64 100644
--- a/p/themes/base-theme/frss.css
+++ b/p/themes/base-theme/frss.css
@@ -53,10 +53,6 @@
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 710beffef..6c0b2bfb9 100644
--- a/p/themes/base-theme/frss.rtl.css
+++ b/p/themes/base-theme/frss.rtl.css
@@ -53,10 +53,6 @@
url('../fonts/OpenSans.woff') format('woff');
}
-html {
- scroll-behavior: smooth;
-}
-
html, body {
margin: 0;
padding: 0;