Fix iframe folding

This commit is contained in:
Pavel Mineev
2021-03-13 12:40:27 -06:00
committed by Umputun
parent 345ee88333
commit ea4636afbb
+3 -1
View File
@@ -36,6 +36,7 @@
<style>
html,
body {
height: 100%;
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
@@ -43,6 +44,7 @@
}
body {
height: 100%;
padding: 6px;
}
@@ -109,7 +111,7 @@
}
</style>
<% if (htmlWebpackPlugin.options.env === 'production') { %>
<link rel="stylesheet" href="remark.css" />
<link rel="stylesheet" href="remark.css" />
<% } %>
</head>
<body>