style: small class added to fix UI zoomed in behavior
This commit is contained in:
@@ -7,6 +7,6 @@
|
||||
<link rel="shortcut icon" href="<%=htmlWebpackPlugin.options.FAVICON_URL%>" type="image/x-icon" />
|
||||
</head>
|
||||
<body class="vh-100 vw-100 overflow-hidden">
|
||||
<div id="root" class="vh-100 vw-100"></div>
|
||||
<div id="root" class="vh-100 vw-100 small"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user