aboutsummaryrefslogtreecommitdiff
path: root/p/themes
diff options
context:
space:
mode:
authorGravatar Patrick Crandol <patrick@crandol.com> 2018-10-28 23:24:15 -0400
committerGravatar Patrick Crandol <patrick@crandol.com> 2018-10-28 23:24:15 -0400
commita02b1fb2a0e8da3d99bc54c73e3aa2a1a0100efa (patch)
treeb881740a26fb34c542c7123372f32a4ec2d70eb6 /p/themes
parentec56aa9e815b58f66e1c4b5bbf05592ee34b8063 (diff)
Fix Dropdown being obscured by other elements
increased z-index of dropdown-menu to prevent it from being obscured by other page elements
Diffstat (limited to 'p/themes')
-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;