]> lifelog.hopto.org Git - LifeLog.git/commitdiff
CSS background-fixed
authorWill Budic <redacted>
Fri, 22 Sep 2023 13:04:22 +0000 (23:04 +1000)
committerWill Budic <redacted>
Fri, 22 Sep 2023 13:04:22 +0000 (23:04 +1000)
htdocs/cgi-bin/login_ctr.cgi

index 9f5abee1980f8877596dbc2e1a2c49e375f59ed0..df5bbf1247be7e3950dd1deedbe4dafc393867ff 100755 (executable)
@@ -100,7 +100,7 @@ try{
         <tr class="r0"><td colspan="2">Host -> <b>$hst</b></td><td><input type="submit" value="Login"/></td></tr>
         </table></form>
 HTML
-    print qq(
+    print qq(<DIV class="content" style="height: 100dvh;">
             <br>
             <div id="menu_page" style="margin-left: 85vw;"><span class="menu_head">Menu</span><hr>
                 <a class="ui-button ui-corner-all ui-widget" href="index.cgi">Index</a><hr>
@@ -119,6 +119,7 @@ HTML
             </div><a name="feed_top"/>
             <div id="feeds" class="rz" style="width:60% !important;visibility:hidden">RSS</div>
             <a id="rss_anchor"</a>
+            </DIV>
           );
 
     Settings::printDebugHTML($DBG) if Settings::debug();