Skip to content

Commit 9cecd94

Browse files
committed
Fixed Iframes being cropped (#504)
1 parent 2c1d30b commit 9cecd94

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

static/assets/styles/frame.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body {
77
iframe {
88
display: block;
99
border: none;
10-
height: 100vh;
10+
height: calc(100% - 3em);
1111
width: 100vw;
1212
position: absolute;
1313
bottom: 0;

static/go.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta http-equiv="X-Content-Type-Options" content="nosniff" />
77
<link rel="shortcut icon" id="tab-favicon" href="favicon.png" />
88
<title id="tab-title">Home</title>
9-
<link rel="stylesheet" href="assets/styles/frame.css?v=3" />
9+
<link rel="stylesheet" href="assets/styles/frame.css?v=4" />
1010
<link rel="stylesheet" href="/assets/styles/themes/default.css?v=2" />
1111
</head>
1212
<body>

0 commit comments

Comments
 (0)