-
Notifications
You must be signed in to change notification settings - Fork 0
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
disable snap scroll on mobile (or when not supported) #69
Comments
@supports (display: grid) {
div {
display: grid;
}
}
@supports not (display: grid) {
div {
float: right;
}
} |
@robinweissenborn ist das gelöst? also scrollt es sich auf der Startseite und Projekt-Einzelseite immer noch komisch? Oder ist es jetzt gut? |
Ja es scrollt sich aufm Smartphone immer noch komisch bis gar nicht. Also so abgehakt wie ich es dir gestern oder vorgestern mal live gezeigt habe. |
Nochmal ewig recherchiert. Ich glaub Snap-Scroll geht nur wirklich gut, wenn es am |
wenn es nicht geht, das es nur im desktop mode aktiviert ist und im smartphone view aus, dann hab ich auch kein problem damit darauf komplett zu verzichten. :) ich seh das eher als nice-to-have und nicht als Notwendigkeit |
@reneweiser glaubst du man bekommt es hin, dass unser Website-Inhalt direkt innerhalb des |
Okay, ist jetzt ausgeschaltet. wenn ich es mir jetzt so ansehe, fehlt was. Aber ich merke auch, dass am Handy plötzlich alles vieeeel smoother... |
Ich weiß natürlich nicht wie euer Zeitplan aussieht, aber könntet ihr diese zwei Veränderungen noch anpassen? Die sind jetzt seit zwei Tagen live und ich hab keinerlei Reaktion darauf bekommen?! Bitte meldet euch mal dazu. Vielleicht kann man zumindest ne alte Version online schalten die diese Überlappungen nicht hat – wenn ihr technisch nicht weiter kommt? |
No description provided.
The text was updated successfully, but these errors were encountered: