opendata-stuttgart / feinstaub-map

http://opendata-stuttgart.github.io/feinstaub-map/
153 stars 48 forks source link

Support for Safari and iPhone Safari #10

Closed ubahnverleih closed 7 years ago

ubahnverleih commented 7 years ago

Added Support for Safari and mobile Safari.

rashfael commented 7 years ago

Thanks! I don't have an iDevice, so I can't test it for Safari, working for mobile Chrome.

Does the scroll-overflow help anything on Safari, doesn't make that much sense for Chrome. Sidebar should be responsive and dismissable anyway.

ubahnverleih commented 7 years ago

Overflow scroll also helps in Desktop browser, when showing more sensors in sidebar. (zoomed out)

rashfael commented 7 years ago

That would be overflow-y, not overflow-x though, if we want the vertical list to be scrollable.

ubahnverleih commented 7 years ago

ok, overflow-y would be the right one and i don't know why overflow-x has the same effect. And auto would be the better value

ubahnverleih commented 7 years ago

fixed in PR #12

rashfael commented 7 years ago

overflow is a bit quirky, certain combinations for x/y are not possible: http://stackoverflow.com/questions/6421966/css-overflow-x-visible-and-overflow-y-hidden-causing-scrollbar-issue/6433475#6433475