.linkAnchorBox-cont, .linkAnchorBox-cont-small { cursor: default; position: absolute; width: 15; height: 15; border-radius: 20px; user-select: none; pointer-events: all; .linkAnchorBox-linkCloser { position: absolute; width: 18; height: 18; background: rgb(219, 21, 21); top: -1px; left: -1px; border-radius: 5px; display: flex; justify-content: center; align-items: center; padding-left: 2px; padding-top: 1px; } .linkAnchorBox-button { position: relative; display: inline-block; } } .linkAnchorBox-cont-small { width: 5px; height: 5px; }