mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 09:30:31 +03:00
Fixed smooth scrolling which feels weird with client-side routing
This commit is contained in:
parent
3f48ca401d
commit
b97ea17950
1 changed files with 5 additions and 1 deletions
|
@ -11,6 +11,10 @@
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:root {
|
||||||
|
scroll-behavior: auto;
|
||||||
|
}
|
||||||
|
|
||||||
html,
|
html,
|
||||||
body,
|
body,
|
||||||
#root {
|
#root {
|
||||||
|
@ -122,7 +126,7 @@ hr {
|
||||||
.btn-outline-primary:hover,
|
.btn-outline-primary:hover,
|
||||||
.btn-outline-primary:active,
|
.btn-outline-primary:active,
|
||||||
.btn-outline-primary.active, {
|
.btn-outline-primary.active, {
|
||||||
color: #fff;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-item,
|
.dropdown-item,
|
||||||
|
|
Loading…
Reference in a new issue