Fixed visual bug in live suggestion dropdown
This commit is contained in:
@@ -129,3 +129,31 @@ form.question-form {
|
||||
margin-top: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
div#question-list {
|
||||
background-color: rgba(255,255,255,0.95);
|
||||
@include box-sizing(border-box);
|
||||
margin-top: -15px;
|
||||
max-width: 505px;
|
||||
min-width: 300px;
|
||||
overflow: hidden;
|
||||
padding-left: 5px;
|
||||
position: absolute;
|
||||
width: 35%;
|
||||
z-index: 9999;
|
||||
|
||||
h2 {
|
||||
text-transform: none;
|
||||
padding: 8px 0;
|
||||
border-bottom: 1px solid #eee;
|
||||
margin: 0;
|
||||
|
||||
span {
|
||||
background: #eee;
|
||||
color: #555;
|
||||
padding: 2px 5px;
|
||||
@include border-radius(2px);
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user