diff options
| author | 2022-02-20 21:20:29 -0500 | |
|---|---|---|
| committer | 2022-02-20 21:20:29 -0500 | |
| commit | 0e1257d6eca90fa45ba7c11454a0fba7e3fc74f7 (patch) | |
| tree | e3ad78be879f615b2621c0afba9db813e70fafff /pydis_site/templates/content | |
| parent | Add table of content and final edits (diff) | |
| parent | Merge pull request #668 from python-discord/update/name-profile-policy (diff) | |
Merge branch 'main' into content/update-help-channel-timing
Diffstat (limited to 'pydis_site/templates/content')
| -rw-r--r-- | pydis_site/templates/content/base.html | 3 | ||||
| -rw-r--r-- | pydis_site/templates/content/dropdown.html | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/pydis_site/templates/content/base.html b/pydis_site/templates/content/base.html index 00f4fce4..4a19a275 100644 --- a/pydis_site/templates/content/base.html +++ b/pydis_site/templates/content/base.html @@ -7,7 +7,8 @@ <meta property="og:type" content="website" /> <meta property="og:description" content="{{ page_description }}" /> <link rel="stylesheet" href="{% static "css/content/page.css" %}"> - <script src="{% static "js/content/page.js" %}"></script> + <link rel="stylesheet" href="{% static "css/collapsibles.css" %}"> + <script src="{% static "js/collapsibles.js" %}"></script> {% endblock %} {% block content %} diff --git a/pydis_site/templates/content/dropdown.html b/pydis_site/templates/content/dropdown.html index d81e29dc..13c89c68 100644 --- a/pydis_site/templates/content/dropdown.html +++ b/pydis_site/templates/content/dropdown.html @@ -1,4 +1,4 @@ -<div class="dropdown is-pulled-right is-right" id="dropdown"> +<div class="dropdown is-pulled-right is-right" id="dropdown" style="z-index: 1"> <div class="dropdown-trigger"> <a aria-haspopup="true" aria-controls="subarticle-menu"> <span>Sub-Articles</span> |