mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 01:16:38 -06:00
UX: dropdowns overlay the header
This commit is contained in:
parent
564eada45a
commit
94d7908311
@ -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 {
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user