forked from orson/bachemap
fixed overflow scroll secondbase
This commit is contained in:
parent
04482e4c3b
commit
b206c1def3
@ -33,7 +33,7 @@ form p {
|
||||
main {
|
||||
margin:0;
|
||||
padding:0;
|
||||
position: absolute;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
div.leaflet-popup-content {
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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 %}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user