From 149254ba95ae74c97e906ca68711fda02a25c883 Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Mon, 20 Apr 2020 11:32:44 +0200 Subject: [PATCH] made toolbar sticky, moving with the page --- public/css/main.css | 3 ++- public/index.html | 10 ++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/public/css/main.css b/public/css/main.css index e71d150..c6cec38 100644 --- a/public/css/main.css +++ b/public/css/main.css @@ -1,7 +1,8 @@ body { position: relative; margin: 0px; - height: calc(var(--vh, 1vh) * 100); +/* height: calc(var(--vh, 1vh) * 100);*/ + height: 10000px; width: 100%; overflow: scroll; } diff --git a/public/index.html b/public/index.html index a292ff0..5d881ee 100644 --- a/public/index.html +++ b/public/index.html @@ -38,11 +38,8 @@ - -
- -
+
+
+ + +
+ \ No newline at end of file