kirkone / Snappy.Cards

Simple contact card with qr code generation and the data is only stored in the URL. Nothing will leave the browser or can be read by third.
https://snappy.cards/#name=Max%20Mustermann&phone=%2b49%20123%204567890&mail=me@mail.com&web=awesomesite.com&avatar=ygEyXBClJhA&background=grOCtxtBrDg&job=Toller%20Typ&sub==^..^=
MIT License
14 stars 5 forks source link

On mobile, replace vertical scrolling with horizontal scrolling #68

Closed tmueller closed 5 months ago

tmueller commented 7 months ago

Vertical scrolling on mobile causes flickering and background image resizing, because the browsers address bar is scrolled out of and into view automatically.

On mobile, horizontal scrolling should be used. On Desktop, vertical scrolling is preffered.