fix(keymap): Add new keymap scrolling (#390)

close #389
This commit is contained in:
Róbert Kiss
2017-08-20 15:37:06 +02:00
committed by László Monda
parent 0f558e4132
commit b2466f01aa
5 changed files with 173 additions and 433 deletions

View File

@@ -35,38 +35,5 @@ main-app {
min-height: 100vh;
width: 100%;
display: block;
overflow: hidden;
position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 26px;
}
.select2 {
&-container {
z-index: 1100;
.scancode--searchterm {
text-align: right;
color: #b7b7b7;
}
}
&-item {
display: flex;
justify-content: space-between;
}
&-results {
text-align: left;
}
}
.nav-pills > li > a {
cursor: pointer;
}
.select2-container--default .select2-dropdown--below .select2-results > .select2-results__options {
max-height: 300px;
}