Files
frontend-app-discussions/public/index.html
Kshitij Sobti 44e6d716f0 feat: independent scrolling for posts list and posts (#64)
Adds independent scrolling for left and right panels.
2022-02-23 12:36:53 +00:00

13 lines
443 B
HTML

<!doctype html>
<html lang="en-us">
<head>
<title>Discussions | <%= process.env.SITE_NAME %></title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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>
</body>
</html>