.dev-label { color: #F00; font-size: 32px; margin-right: 40px; } .spacing { display: grid; grid-template-columns: 1fr; grid-row-gap: 10px; } .bug-textarea { width: 800px; } .to-the-top-container { position: relative; } .to-the-top { position: absolute; top: 100vh; bottom: 10px; right: 1rem; pointer-events: none; rb-icon-button { position: sticky; pointer-events: all; top: calc(100vh - 3rem); } }