forked from enviPath/enviPy
fix: reenable modal showing
This commit is contained in:
@ -7,8 +7,9 @@
|
|||||||
{# Favicon #}
|
{# Favicon #}
|
||||||
<link rel="shortcut icon" type="image/png" href="{% static 'images/favicon.ico' %}"/>
|
<link rel="shortcut icon" type="image/png" href="{% static 'images/favicon.ico' %}"/>
|
||||||
|
|
||||||
{# Tailwind CSS Output - MUST load first for proper cascading #}
|
{# Tailwind CSS disabled for legacy Bootstrap framework #}
|
||||||
<link href="{% static 'css/output.css' %}" rel="stylesheet" type="text/css"/>
|
{# Pages using this framework will be migrated to framework_modern.html incrementally #}
|
||||||
|
{# <link href="{% static 'css/output.css' %}" rel="stylesheet" type="text/css"/> #}
|
||||||
|
|
||||||
{# Legacy Bootstrap 3.3.7 - scoped to .legacy-bootstrap #}
|
{# Legacy Bootstrap 3.3.7 - scoped to .legacy-bootstrap #}
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
|
||||||
@ -24,12 +25,7 @@
|
|||||||
|
|
||||||
{# Bootstrap compatibility styles #}
|
{# Bootstrap compatibility styles #}
|
||||||
<style>
|
<style>
|
||||||
/* Isolate Bootstrap to legacy sections only */
|
/* Ensure proper viewport behavior */
|
||||||
.legacy-bootstrap {
|
|
||||||
/* Bootstrap can override Tailwind here */
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Prevent Bootstrap from affecting Tailwind sections */
|
|
||||||
html, body {
|
html, body {
|
||||||
height: 100%; /* ensure body fills viewport */
|
height: 100%; /* ensure body fills viewport */
|
||||||
overflow-x: hidden; /* prevent horizontal scroll */
|
overflow-x: hidden; /* prevent horizontal scroll */
|
||||||
|
|||||||
Reference in New Issue
Block a user