diff options
author | 2022-01-24 23:59:50 +0100 | |
---|---|---|
committer | 2022-01-24 23:59:50 +0100 | |
commit | 41fac4c029ef307b28c139de884f16b6f7d9a93a (patch) | |
tree | 1094a3ee82c9f053e6726a7a9d1fdf458b586c2d | |
parent | Merge pull request #640 from Krish-bhardwaj/main (diff) | |
parent | Prevent page title from overlapping dropdown button. (diff) |
Merge pull request #645 from python-discord/fix-subarticles-button
Prevent page title from overlapping dropdown button.
-rw-r--r-- | pydis_site/templates/content/dropdown.html | 2 |
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> |