1
0
forked from orson/bachemap

fixed overflow scroll secondbase

This commit is contained in:
Orson 2024-08-31 18:06:03 -06:00
parent 04482e4c3b
commit b206c1def3
3 changed files with 3 additions and 3 deletions

View File

@ -33,7 +33,7 @@ form p {
main {
margin:0;
padding:0;
position: absolute;
position: relative;
}
div.leaflet-popup-content {

View File

@ -1,6 +1,6 @@
{% extends 'secondbase.html' %}
{% block content %}
<div style="padding: 50px; overflow-y: scroll;">
<h2>Somos civiles y voluntari@s</h2>
<h4>Estamos cansad@s de lidiar con dos cosas principales</h4>

View File

@ -31,7 +31,7 @@
</div>
{% endif %}
{% endwith %}
<main class="" style="padding:0px;height: 100vh; width:100vw; z-index: 5; position: absolute;">
<main class="" style="padding:0px;height: 100vh; width:100vw; z-index: 5; position: relative;">
{% block content %}