Skip to content

Commit 41fac4c

Browse files
authored
Merge pull request #645 from python-discord/fix-subarticles-button
Prevent page title from overlapping dropdown button.
2 parents b9afaf7 + cacbece commit 41fac4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydis_site/templates/content/dropdown.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="dropdown is-pulled-right is-right" id="dropdown">
1+
<div class="dropdown is-pulled-right is-right" id="dropdown" style="z-index: 1">
22
<div class="dropdown-trigger">
33
<a aria-haspopup="true" aria-controls="subarticle-menu">
44
<span>Sub-Articles</span>

0 commit comments

Comments
 (0)