chiark / gitweb /
get rid of the blueification div which doesn't work
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 27 Nov 2020 22:34:30 +0000 (22:34 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Fri, 27 Nov 2020 22:35:09 +0000 (22:35 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
templates/macros.tera

index bff0051f7ccb8de82cbe7d22c8a9b2c3c37a61fc..ad4b9e346bf7e88f0bf5c1ff5b86097e153a0385 100644 (file)
@@ -69,15 +69,20 @@ Hi {{nick | escape}}
 
 {% macro footer() %}
   <div class="footer">
+    <!--
+         this affects the document's overall scrollbars
+         which is not what we want.  so get rid of it for now
     <div class="footer"; style="
          height: 100vw;
          width: 200vw;
          left: -50vw;
-         overflow-y: visible;
+         overflow-y: clip;
          position: absolute;
          z-index: -1;
-     "><!-- this fills in the rest of the page, including the margins -->
+     "><!-- this fills in the rest of the page, including the margins
+         --x
     </div>
+    -->
     <hr>
     <address style="max-height: 100vh;">
       This server is running Otter, the Online TableTop Environment