style: small class added to fix UI zoomed in behavior

This commit is contained in:
Mehak Nasir
2022-03-01 20:45:07 +05:00
committed by Mehak Nasir
parent 04547ef96e
commit 1537653c4b

View File

@@ -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>