Add smooth-scrolling
This commit is contained in:
parent
3ec70eed6b
commit
7316ea8aa6
@ -116,6 +116,10 @@ textarea:not([rows]) {
|
||||
/* ------------------- */
|
||||
|
||||
/* General Styles */
|
||||
html:focus-within {
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
body {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
Loading…
x
Reference in New Issue
Block a user