tor-browser

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

popover-open-display-ref.html (392B)


      1 <!DOCTYPE html>
      2 <meta charset="utf-8">
      3 <link rel=author href="mailto:masonf@chromium.org">
      4 <link rel="stylesheet" href="resources/popover-styles.css">
      5 
      6 <div class=topmost></div>
      7 <div class=fake-popover>This is a popover</div>
      8 
      9 <style>
     10  .topmost {
     11    position:fixed;
     12    top:0;
     13    left:0;
     14    width:1000px;
     15    height:1000px;
     16    background:green;
     17    margin:0;
     18    padding:0;
     19  }
     20 </style>