.suggestion-list { width: 100%; z-index: 100; @extend %popover-box-shadow; } .suggestion-list--top { position: absolute; } .suggestion-content { width: 100%; max-height: 292px; background-color: #fff; border: $border-gray; overflow-x: hidden; overflow-y: scroll; } .suggestion-content--top { position: absolute; bottom: 0; } .suggestion--selected { // set by theme code } .command-name { position: relative; width: 100%; line-height: 24px; padding: 5px 10px 8px; z-index: 101; font-size: 0.95em; border-bottom: 1px solid #ddd; .command__desc { margin-left: 5px; @include opacity(0.5); line-height: normal; } } .command-desc { color: #a7a8ab; } .emoticon-suggestion { width: 100%; height: 36px; cursor: pointer; font-size: 13px; line-height: 36px; } .emoticon-suggestion__image { width: 32px; height: 32px; margin-right: 6px; padding: 2px; text-align: center; }