css fixes and get rid of a javascript workaround
This commit is contained in:
@@ -10,8 +10,8 @@ main {
|
||||
display: table;
|
||||
table-layout: fixed;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
aside {
|
||||
|
||||
Reference in New Issue
Block a user