azavea / ism-watershed-wellness-snapshot

A tool to collect and display watershed wellness indicators for the International Seaport Museum
1 stars 2 forks source link

Fix broken scroll #102

Closed alexelash closed 5 years ago

alexelash commented 5 years ago

Overview

This ended up being a quick fix—our modals were position: absolute; and needed to be position: relative; to have a scrollable height. Why did it ever work on iPads? Good question.

Connects #90

Demo

Safari safari

Firefox firefox

Notes

The fish don't look centered on the Browserstack iPad but do on desktop—I didn't attempt to fix in this issue, since I figure there will be a polish round later.

Testing Instructions