redash
redash copied to clipboard
Fix height for mobile safari not to overlap URL bar
What type of PR is this?
- [x] Bug Fix
Description
On mobile Safari, the bottom part of the redash-ui is not visible as it was hidden by URL bar. This PR fix the issue by setting height from 100vh to 100%.
How is this tested?
- [x] Manually
Before this PR:
After this PR: