tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

overflow-body-propagation-004.html (420B)


      1 <!doctype html>
      2 <link rel="help" href="https://drafts.csswg.org/css-overflow/#overflow-propagation">
      3 <link rel="help" href="https://github.com/w3c/csswg-drafts/pull/4148">
      4 <link rel="match" href="reference/overflow-body-no-propagation-ref.html">
      5 <style>
      6  html {
      7    overflow: hidden;
      8  }
      9  body {
     10    overflow: scroll;
     11    margin-top: 100px;
     12  }
     13 </style>
     14 <body>The body should have scrollbars, not the viewport.</body>