[popover] {
  position: fixed;
  background: red;
  color: white;
  position-area: block-start;
  position-try:
    flip-block,
    flip-inline,
    flip-block flip-inline;
}

body {
  height: 100vh;
  margin: 0;
  display: grid;
  place-items: center;
}