From cacbece7686f1d98671eecb4f9e82fb5724d3445 Mon Sep 17 00:00:00 2001 From: kosayoda Date: Sun, 23 Jan 2022 14:48:25 -0500 Subject: Prevent page title from overlapping dropdown button. On clients with a small viewport width, the content title of pages overlap the "Sub-Articles" dropdown button due to having the same z-index, causing the element last positioned in the HTML to show up on top. Fixes #643. --- pydis_site/templates/content/dropdown.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ -