.tagsView-container { display: flex; flex-wrap: wrap; flex-direction: column; width: 100%; position: relative; .tagsView-content { width: 100%; height: inherit; position: absolute; .tagsView-list { display: flex; flex-wrap: wrap; height: 100%; .iconButton-container { min-height: unset !important; } } .tagsView-editing-box { pointer-events: all; } } } .tagItem { padding: 1px 5px; background-color: lightblue; border: 1px solid black; border-radius: 5px; white-space: nowrap; display: flex; align-items: center; } .faceItem { background-color: lightGreen; } .tagsView-suggestions-box { display: flex; flex-wrap: wrap; margin: auto; align-self: center; width: 90%; border: 1px solid black; border-radius: 2px; margin-top: 8px; } .tagsView-suggestion { cursor: pointer; padding: 1px 1px; margin: 2px 2px; background-color: lightblue; border: 1px solid black; border-radius: 5px; white-space: nowrap; display: flex; align-items: center; } .tagsView-input-box { margin: auto; align-self: center; width: 90%; color: black; } .tagsView-buttons { margin-left: auto; width: 10%; }