diff options
| author | 2022-01-27 09:55:24 +0000 | |
|---|---|---|
| committer | 2022-01-27 09:55:24 +0000 | |
| commit | d9ccf845fb08a44e54194d5d8a0065a382ee3f92 (patch) | |
| tree | 79f7baf6b9b19cc9aac6fabc69d0581fabee1e50 | |
| parent | Try to add merge migration (diff) | |
| parent | Merge pull request #645 from python-discord/fix-subarticles-button (diff) | |
Merge branch 'main' into voicemute
| -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> | 
