.topBar { display: flex; gap: 16px; margin-bottom: 16px; } .devtools { background-color: #444444; color: white; max-height: 100%; overflow-y: auto; padding: 16px; } .devtools p { text-align: center; } .selectionWrapper { position: relative; } .selectionWrapper img { user-select: none; } .selection { background-color: #ffffff44; position: absolute; }