mirror of
https://github.com/RetroDECK/RetroDECK-Website.git
synced 2024-11-24 15:45:38 +00:00
Add smooth scrolling to feature tabs on mobile
This commit is contained in:
parent
86af6cdabc
commit
9a2ea8f21d
|
@ -71,6 +71,7 @@ footer {
|
||||||
|
|
||||||
#feature-list {
|
#feature-list {
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
|
scroll-behavior: smooth;
|
||||||
}
|
}
|
||||||
|
|
||||||
.feature-list-item {
|
.feature-list-item {
|
||||||
|
|
Loading…
Reference in a new issue