mirror of
https://github.com/helenclx/leilukin-site.git
synced 2025-04-04 16:12:40 +00:00
Make smooth scrolling target the entire HTML
This commit is contained in:
parent
fc22c57d18
commit
ec9ec6fa87
@ -120,7 +120,7 @@ textarea:not([rows]) {
|
||||
/* ------------------- */
|
||||
|
||||
/* General Styles */
|
||||
html:focus-within {
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
|
@ -120,7 +120,7 @@ textarea:not([rows]) {
|
||||
/* ------------------- */
|
||||
|
||||
/* General Styles */
|
||||
html:focus-within {
|
||||
html {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user