hauke96 / simple-task-manager

A simple tasking manager made for OpenStreetMap.
https://stm.hauke-stieler.de
Other
33 stars 6 forks source link

CSS notification-container has margin-bottom even if empfy #185

Closed hauke96 closed 1 year ago

hauke96 commented 1 year ago

The notification-container is above the footer (at least on the start page) so that the links can't be clicked. This is due to the margin-bottom: 20px.

Regardless of the margin in an empty div, the container should not be clickable so that in turn everything behind it is clickable.