made toolbar sticky, moving with the page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user