فهرست منبع

Fix Dropdown being obscured by other elements

increased z-index of dropdown-menu to prevent it from being obscured by other page elements
Patrick Crandol 7 سال پیش
والد
کامیت
a02b1fb2a0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      p/themes/base-theme/template.css

+ 1 - 1
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;