Made Edit Post Modal autocomplete always attach to the bottom of the textarea (#4956)

Этот коммит содержится в:
Harrison Healey
2017-01-04 14:11:37 -05:00
коммит произвёл GitHub
родитель 95172f1b4b
Коммит b3f2ab654e
5 изменённых файлов: 32 добавлений и 22 удалений

Просмотреть файл

@@ -24,10 +24,6 @@
min-height: 8em;
}
.suggestion-list {
bottom: -149px;
}
.suggestion-list__content {
max-height: 150px;
}
@@ -669,3 +665,9 @@
padding-left: 0;
}
}
.channel-switch-modal {
.modal-body {
overflow: visible;
}
}

Просмотреть файл

@@ -11,6 +11,11 @@
bottom: 100%;
}
.suggestion-list--bottom {
position: relative;
height: 0;
}
.suggestion-list__content {
background-color: $white;
border: $border-gray;