aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar ChrisJL <[email protected]>2022-01-27 09:55:24 +0000
committerGravatar GitHub <[email protected]>2022-01-27 09:55:24 +0000
commitd9ccf845fb08a44e54194d5d8a0065a382ee3f92 (patch)
tree79f7baf6b9b19cc9aac6fabc69d0581fabee1e50
parentTry to add merge migration (diff)
parentMerge pull request #645 from python-discord/fix-subarticles-button (diff)
Merge branch 'main' into voicemute
-rw-r--r--pydis_site/templates/content/dropdown.html2
1 files changed, 1 insertions, 1 deletions
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>