tor-browser

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

scroll-padding-on-anchor-ref.html (207B)


      1 <style>
      2 html,body {
      3  overflow: hidden;
      4  margin: 0px;
      5  padding: 0px;
      6 }
      7 body {
      8  padding-top: 100px;
      9 }
     10 #target {
     11  background-color: blue;
     12  width: 100%;
     13  height: 100px;
     14 }
     15 </style>
     16 <div id="target"></div>