DroneDB / Hub

Web GUI for DroneDB
GNU Affero General Public License v3.0
6 stars 3 forks source link

Map view has scrollbar that shouldn't be there #22

Closed pierotofy closed 2 years ago

pierotofy commented 3 years ago

image

Notice the scrollbar on the right. This was probably introduced with the changes in #18. The map should not scroll past the size of the screen and no scrollbars should appear (expect the one in the Explorer component).

HeDo88TH commented 3 years ago

I succeeded in reproducing this issue. It happens when the viewport height is less than 700px. I could not identify exactly what is causing it but I suspect it's the map canvas. The scrollbar appears between 700px and 665px (35px). We need to investigate further but I think that it's not high priority, very few devices have screens this small.

HeDo88TH commented 2 years ago

Fixed by https://github.com/DroneDB/CommonUI/pull/4