Gecko:FullScreenAPI: Difference between revisions

Jump to navigation Jump to search
Line 155: Line 155:
  /* In full-screen mode, if the root element itself is not full-screen then
  /* In full-screen mode, if the root element itself is not full-screen then
     we should hide the viewport scrollbar. */
     we should hide the viewport scrollbar. */
  @media all and (full-screen:on) {
  :root:-full-screen-ancestor {
  :root:not(:full-screen) {
  overflow: hidden;
    overflow:hidden;
  }
  }
  }


Confirmed users
91

edits

Navigation menu