.marqueeView { position: inherit; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; border-radius: inherit; user-select: none; } .marqueeView:focus-within { overflow: hidden; } .marquee { border-style: dashed; box-sizing: border-box; position: absolute; border-width: 1px; pointer-events: none; .marquee-legend { bottom: -18px; left: 0; position: absolute; font-size: 9; white-space: nowrap; } .marquee-legend::after { content: 'Press for lasso'; } }