Skip to content

Instantly share code, notes, and snippets.

@konradish
Created December 8, 2025 03:38
Show Gist options
  • Select an option

  • Save konradish/6518754021c620df26226126bbdec6bb to your computer and use it in GitHub Desktop.

Select an option

Save konradish/6518754021c620df26226126bbdec6bb to your computer and use it in GitHub Desktop.
#portal-rotator {
width: 300px;
height: 300px;
transform-origin: center;
position: relative;
z-index: 10;
display: flex;
align-items: center;
justify-content: center;
/* NEW: hard circle mask so the old square edge never shows */
border-radius: 50%;
overflow: hidden;
background-color: #111; /* same as body so the outside blends */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment