.full-screen {
  height: 100%;
  margin: 0;
  box-sizing: border-box;
}

:root:has(.full-screen) {
  height: 100%;
}