[uMap] CSS: .umap-popup-content

Cees Geuze info at cgid.nl
Sun Jul 2 14:26:29 UTC 2023


Dear reader(s),

Recently the scroll bars appear in the pop-ups in the maps. Untill now 
there were no scroll bars visible and now they are.

In the CSS of UMAP the settings that cause this are:

.umap-popup-content {
   max-height: 500px;
   flex-grow: 1;
   margin-bottom: 4px;
   display: flex;
   flex-direction: column;
/*overflow-y: scroll;*/
}

In the CSS of UMAP the settings were before (I think):

.umap-popup-content {
   max-height: 500px;
   flex-grow: 1;
/*overflow-y: auto;*//*
*//*  overflow-x: hidden;*/
   margin-bottom: 4px;
   display: flex;
   flex-direction: column;
}

Was this done intentionally or was it accidentally changed?

And if it was intentionally, /*is there an option to overrule these 
settings by me as a user*/?

Best regards,

Cees Geuze
Noordwijk zh
Netherlands
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/umap/attachments/20230702/88a5c1d9/attachment.htm>


More information about the Umap mailing list