umap/umap
Tobias 00890aabde
CSS: Fix cut of text in iframes of popup content
The overflow hidden removed in 72f8fd971d did cut of iframes and their content. However, it did introduce a scrollbar when the iframe is too big. Which is fixed here by adding a max-width of 100%.

There was a max-width but one with fixed pixel values before, which was removed in 345283782c (diff-5470058378896897263b7a99e4226772660e09d5e9e51b530fffc6075b8e07bfL1299). 

The stylesheet-style's max-width will overwrite any width-specification given via the width-attribute on the iframe as well as width-conditions set as inline-styles. However, adding a inline max-width-style will overwrite the css-file specification due to higher css specificity.
2021-12-29 14:17:22 +01:00
..
bin Add a umap entry point, so we can pip install umap 2016-09-10 08:26:48 +02:00
locale chore: i18n 2021-09-16 11:54:03 +02:00
management i18n 2019-04-07 16:33:34 +02:00
migrations Add missing migration for Map.share_status update 2019-04-16 20:30:42 +02:00
settings Make Django with DEFAULT_AUTO_FIELD setting 2021-09-16 12:15:18 +02:00
static CSS: Fix cut of text in iframes of popup content 2021-12-29 14:17:22 +01:00
templates Set dir=rtl when appropriate 2020-03-23 11:30:45 +01:00
templatetags Set unique map id per page in map_list 2019-04-09 11:47:02 +02:00
tests Travis stuff 2021-05-30 22:53:16 +02:00
__init__.py 1.2.3 2020-11-09 09:18:44 +01:00
admin.py Allow to filter maps by share_status in admin 2019-04-09 10:20:30 +02:00
autocomplete.py Move permissions form building to JS 2018-06-15 23:25:38 +02:00
context_processors.py Merge leaflet_storage locales 2018-05-19 11:12:19 +02:00
decorators.py Display a message on the site when trying to do a POST in readonly mode 2018-09-08 16:49:25 +02:00
fields.py First attempt to upgrade to Django 3.X 2021-05-17 10:51:24 +02:00
forms.py First attempt to upgrade to Django 3.X 2021-05-17 10:51:24 +02:00
managers.py Django 2.0 2018-05-19 10:05:18 +02:00
middleware.py First attempt to upgrade to Django 3.X 2021-05-17 10:51:24 +02:00
models.py Use correct JSONField 2021-09-16 12:17:08 +02:00
urls.py First attempt to upgrade to Django 3.X 2021-05-17 10:51:24 +02:00
utils.py First attempt to upgrade to Django 3.X 2021-05-17 10:51:24 +02:00
views.py First attempt to upgrade to Django 3.X 2021-05-17 10:51:24 +02:00
wsgi.py Ubuntu installation turorial draft 2016-09-10 16:21:09 +02:00