Merge pull request #986 from bookwyrm-social/scroll-behavior
Removes scroll padding
This commit is contained in:
commit
adb8f6f90f
|
@ -1,6 +1,5 @@
|
||||||
html {
|
html {
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
scroll-padding-top: 20%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
Loading…
Reference in New Issue