crosshare icon indicating copy to clipboard operation
crosshare copied to clipboard

Navigation conflicts with bottom bar on iOS

Open datapolitical opened this issue 3 years ago • 3 comments

See attached. There's not enough white space at the bottom of the puzzle list page.image

datapolitical avatar Apr 19 '21 09:04 datapolitical

Does anybody know why ios safari seems to ignore margin-bottom? The entire contents of that page is inside a div w/ margin: 1em, but on safari the whitespace on the bottom of the page collapses

mdirolf avatar Apr 19 '21 12:04 mdirolf

This seems to explain it:  https://stackoverflow.com/questions/49153426/weird-margin-bottom-behavior-with-safari-on-ios

If there's nothing after the element, there's nothing for margin-bottom to "bounce from".

datapolitical avatar Apr 19 '21 18:04 datapolitical

Yeah that's it - annoying, but seems fixable!

mdirolf avatar Apr 20 '21 12:04 mdirolf