From b206c1def3deaf689b5949bb867bdc73cbc8e635 Mon Sep 17 00:00:00 2001 From: "O. D." Date: Sat, 31 Aug 2024 18:06:03 -0600 Subject: [PATCH] fixed overflow scroll secondbase --- static/styles.css | 2 +- templates/quienes.html | 2 +- templates/secondbase.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/styles.css b/static/styles.css index 005bbc0..3cc21bc 100644 --- a/static/styles.css +++ b/static/styles.css @@ -33,7 +33,7 @@ form p { main { margin:0; padding:0; - position: absolute; + position: relative; } div.leaflet-popup-content { diff --git a/templates/quienes.html b/templates/quienes.html index a1affa7..0cf7a80 100644 --- a/templates/quienes.html +++ b/templates/quienes.html @@ -1,6 +1,6 @@ {% extends 'secondbase.html' %} - {% block content %} +

Somos civiles y voluntari@s

Estamos cansad@s de lidiar con dos cosas principales

diff --git a/templates/secondbase.html b/templates/secondbase.html index 9e6d2a8..7181505 100644 --- a/templates/secondbase.html +++ b/templates/secondbase.html @@ -31,7 +31,7 @@
{% endif %} {% endwith %} -
+
{% block content %}