Skip to content

Commit 206d998

Browse files
authored
box-sizing: border-box on iframe
1 parent 5a8732f commit 206d998

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jina-reader.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
iframe {
5858
width: 100%;
5959
height: 500px;
60+
box-sizing: border-box;
6061
border: 1px solid #ccc;
6162
}
6263
@media (min-width: 768px) {
@@ -147,4 +148,4 @@ <h1>Jina Reader</h1>
147148
});
148149
</script>
149150
</body>
150-
</html>
151+
</html>

0 commit comments

Comments
 (0)