Problem
Normally, according to the config.json file, a scale should appear on the bottom-left corner of the map.
However it does not appear on the website.
The problem probably comes from the div encapuslating the main page, with the tailwind class "h-screen" (repeated in the map widget div) that creates an overflow, thus masking the map's bottom.
Expected behavior
The map should appear fully on the screen, and without overflow (there should not be a scroll bar on the right to go on the map's bottom).
Problem
Normally, according to the config.json file, a scale should appear on the bottom-left corner of the map.
However it does not appear on the website.
The problem probably comes from the div encapuslating the main page, with the tailwind class "h-screen" (repeated in the map widget div) that creates an overflow, thus masking the map's bottom.
Expected behavior
The map should appear fully on the screen, and without overflow (there should not be a scroll bar on the right to go on the map's bottom).