.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; }