made toolbar sticky, moving with the page

This commit is contained in:
Lorenzo
2020-04-20 11:32:44 +02:00
parent 40808bf104
commit 149254ba95
2 changed files with 8 additions and 5 deletions

View File

@@ -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;
}