mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 14:50:52 +01:00
Add smooth scrolling
This commit is contained in:
parent
dab6dd4a0e
commit
2d4b824862
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ $dropdown-link-active-bg: #11131f;
|
|||
|
||||
html, body {
|
||||
height: 100%;
|
||||
scroll-behavior: smooth;
|
||||
}
|
||||
|
||||
body {
|
||||
|
|
Loading…
Add table
Reference in a new issue