UX: dropdowns overlay the header

This commit is contained in:
Arpit Jalan 2015-12-09 11:02:49 +05:30
parent 564eada45a
commit 94d7908311
3 changed files with 3 additions and 3 deletions

View File

@ -266,7 +266,7 @@ ol.category-breadcrumb {
padding: 5px;
background: $secondary;
position: absolute;
z-index: 1110;
z-index: 999;
box-shadow: 0 2px 2px rgba(0,0,0, .4);
ul {

View File

@ -13,7 +13,7 @@
width: 205px;
padding: 10px;
border: 1px solid dark-light-diff($primary, $secondary, 90%, -60%);
z-index: 1001;
z-index: 999;
ul {
list-style: none;

View File

@ -735,7 +735,7 @@ $topic-avatar-width: 45px;
position: absolute;
bottom: 115%;
left: 0;
z-index: 1000;
z-index: 999;
display: none;
float: left;
width: 550px;