.tiles { display: flex; height: 100%; flex-direction: column; } .paintBar { display: flex; gap: 16px; margin: 16px; margin-bottom: 0; } .selectionWrapper { margin: 16px; margin-right: 0; overflow-y: auto; padding-right: 16px; position: relative; } .selectionWrapper img { user-select: none; width: 100%; } .selection { background-color: #ffffff44; position: absolute; } .status { align-items: end; display: flex; font-size: 0.6rem; gap: 32px; justify-content: space-between; margin: 8px; } .selectionStatus { white-space: nowrap; }