core v1
This commit is contained in:
14
client/frontend/src/style.css
Normal file
14
client/frontend/src/style.css
Normal file
@@ -0,0 +1,14 @@
|
||||
html {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
#app {
|
||||
height: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user