Try to prevent the side bar from wobbling

This commit is contained in:
Tom Hodson 2022-06-23 15:59:23 +02:00
parent 3ea33ad7a8
commit 67a837df21
2 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,7 @@ header {
border-right: 2px solid #eee; //make a nice dividing line
position: fixed;
width: 240px;
height: 100%;
height: 100vw;
padding-right: 30px;
padding-left: 30px;

View File

@ -9,6 +9,10 @@
text-rendering: geometricPrecision;
}
html {
width: 100vw;
}
body {
background: #fcfcfc;
color: #222;