Bali Balo

@bali.balo.cool

bali.balo.cool

Did you know? You can create buttons in your console logs (kind of): just use a getter console.log({ get button() { /* run action here */ return 'ok'; } }) Also handy for snippets, if they need to run interruptible actions, like in the video below

Is anyone familiar with CSS anchor positioning and willing to help? This feels like a bug but not sure. codepen.io/bali_balo/pe... (Chrome/Edge only) Basically I want my target centered to the right of my anchor (with fallbacks: if the target is tall and doesn't fit, try to shift it down or up)

Anchor positioning with scroll

When an anchored popover element using `span-all` in the block direction is shown while the page is scrolled down, the target is offset (displayed in t...

codepen.io