.SuggestedTagsList {
    /* Match SideSpecialCharacterView pattern: panel fills the sidebar slot,
       the heading stays at top, and the list scrolls inside the panel. */
    display: flex;
    flex-direction: column;
    height: 100%;
}

.SuggestedTagsList_list {
    flex: 1;
    overflow-y: auto;
    scrollbar-width: thin;
    padding: 3px;
}
