diff options
author | 2019-07-08 12:19:32 +0200 | |
---|---|---|
committer | 2019-07-08 12:19:32 +0200 | |
commit | 0666e42dd3652ca965b73194a0a9b0d3e7d4a7d3 (patch) | |
tree | 267fcc4b893ed30d1c056e7a7eb47f9b15ca0c45 /pydis_site/static | |
parent | Merge branch 'django' of github.com:python-discord/site into django (diff) |
Making the wiki navbar sit where it needs in the z-space to be clickable.
Diffstat (limited to 'pydis_site/static')
-rw-r--r-- | pydis_site/static/css/wiki/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/static/css/wiki/style.css b/pydis_site/static/css/wiki/style.css index a2826a9f..33a47ef8 100644 --- a/pydis_site/static/css/wiki/style.css +++ b/pydis_site/static/css/wiki/style.css @@ -1,6 +1,6 @@ #wikiNavbar { min-height: 3rem; - z-index: -1; + z-index: 1; } #wikiNavbar .container { |