From 958118b355cb44b0f3a6965f1de2e8201ad44f14 Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Thu, 13 Feb 2020 01:15:29 +0000 Subject: fixed again --- dist/callback.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/dist/callback.html b/dist/callback.html index f99e9ae..057cb64 100644 --- a/dist/callback.html +++ b/dist/callback.html @@ -10,7 +10,7 @@ body { .sidenav { height: 100%; width: 160px; - position: float; + position: fixed; z-index: 1; top: 0; left: 0; @@ -38,14 +38,13 @@ body { } .main { - margin-left: 160px; /* Same as the width of the sidenav */ + margin-left: 162px; /* Same as the width of the sidenav */ font-size: 28px; /* Increased text to enable scrolling */ padding: 0px 10px; } .out { margin-left: 0px; /* Same as the width of the sidenav */ font-size: 16px; /* Increased text to enable scrolling */ - padding-top: 32%; } @media screen and (max-height: 450px) { -- cgit v1.2.3-54-g00ecf