Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sliders aren't sliding #128

Open
SpareEnderboy opened this issue Oct 12, 2024 · 0 comments
Open

Sliders aren't sliding #128

SpareEnderboy opened this issue Oct 12, 2024 · 0 comments

Comments

@SpareEnderboy
Copy link

On the WiiLink website, there are 2 sliding rows that show all the services WiiLink offers, but they are static.
I have been on the website before, and I know the rows are suppost to be sliding.
If you go into dev tools, then sources, then https://www.wiilink24.com/_astro/index.ed21146a.css, then replace
@media(prefers-reduced-motion:reduce) {
.slide-track[data-astro-cid-g5jplrhu] {
animation: none!important;
transform: translate(0)
}
with
@media(prefers-reduced-motion:reduce) {
.slide-track[data-astro-cid-g5jplrhu] {
transform: translate(0)
}
then the sliders start working.
(P.S dev tools shows that the line goes from 782 to 786 or 785)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant