Projet

Général

Profil

0001-css-move-scroll-behavior-property-to-html-element-55.patch

Thomas Jund, 05 juillet 2021 15:44

Télécharger (643 octets)

Voir les différences:

Subject: [PATCH] css: move scroll-behavior property to html element (#55402)

 static/includes/_general.scss | 3 ---
 1 file changed, 3 deletions(-)
static/includes/_general.scss
11 11
	font-size: $font-size;
12 12
	color: $font-color;
13 13
	background: $body-background;
14
}
15

  
16
body {
17 14
	scroll-behavior: smooth;
18 15
}
19 16

  
20
-