Skip to content

Instantly share code, notes, and snippets.

@thomasgroch
Created November 28, 2025 19:42
Show Gist options
  • Select an option

  • Save thomasgroch/50ab35c0395de0816e914033a1972a1a to your computer and use it in GitHub Desktop.

Select an option

Save thomasgroch/50ab35c0395de0816e914033a1972a1a to your computer and use it in GitHub Desktop.
popover
<!DOCTYPE html>
<body>
<button popovertarget=m popovertargetaction=toggle>πŸ“‚</button>
<div id=m popover=auto>
<b>πŸ“</b><br>
<button>πŸ“„</button><button>✏️</button><button>πŸ—‘οΈ</button>
<button popovertarget=m popovertargetaction=hide>❌</button>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment