summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2018-10-30 14:49:18 +0100
committerGravatar GitHub <noreply@github.com> 2018-10-30 14:49:18 +0100
commita6057913c55274dda779f8cf73a0d3a869b9d172 (patch)
treeb881740a26fb34c542c7123372f32a4ec2d70eb6
parentec56aa9e815b58f66e1c4b5bbf05592ee34b8063 (diff)
parenta02b1fb2a0e8da3d99bc54c73e3aa2a1a0100efa (diff)
Merge pull request #2089 from pattems/template-fix
Fix Dropdown being obscured by other elements
-rw-r--r--p/themes/base-theme/template.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index b211d0516..273b3d07f 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -256,7 +256,7 @@ a.btn {
}
.dropdown-target:target ~ .dropdown-menu {
display: block;
- z-index: 10;
+ z-index: 1000;
}
.dropdown-close {
display: inline;