Procházet zdrojové kódy

scroll-behavior: smooth; (#6206)

maTh před 2 roky
rodič
revize
2feb97e9b9

+ 4 - 0
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;

+ 4 - 0
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;