@@ -5,9 +5,16 @@ body {
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
+ width: 100vw;
+ height: 100vh;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
+
+#root {
+ width: 100%;
+ height: 100%;
+}
@@ -1,6 +1,6 @@
.layout {
- width: 100vw;
- height: 100vh;
display: flex;
@@ -38,5 +38,6 @@
.ant-menu {
- min-height: 100vh;
+ box-sizing: border-box;