handling smooth scroll to internal anchor links
This commit is contained in:
parent
ddd70aa431
commit
36eaf0758c
|
|
@ -1,6 +1,9 @@
|
||||||
body {
|
body {
|
||||||
@apply bg-white antialiased;
|
@apply bg-white antialiased;
|
||||||
}
|
}
|
||||||
|
html {
|
||||||
|
scroll-behavior: smooth;
|
||||||
|
}
|
||||||
|
|
||||||
*::marker {
|
*::marker {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user