Fixed smooth scrolling which feels weird with client-side routing

This commit is contained in:
Alejandro Celaya 2022-03-07 09:13:23 +01:00
parent 3f48ca401d
commit b97ea17950

View file

@ -11,6 +11,10 @@
outline: none !important;
}
:root {
scroll-behavior: auto;
}
html,
body,
#root {
@ -122,7 +126,7 @@ hr {
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary.active, {
color: #fff;
color: #ffffff;
}
.dropdown-item,