Skip to content

Commit d873ae0

Browse files
committed
ores/auto-commit => 'set'
1 parent 2d8c634 commit d873ae0

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

index.html

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1-
<div>
2-
here is outside the iframe
3-
<br>
4-
<iframe src="https://async-java.github.io/async-docs?t=100" width="100%" height="300"></iframe>
1+
2+
<style>
3+
.version-selection-scroll-panel {
4+
width: 20%;
5+
height: 100%;
6+
overflow-y: scroll;
7+
}
8+
</style>
9+
10+
<div class="flex-container">
11+
<div class="version-selection-scroll-panel">
12+
version 1.1
13+
</div>
14+
<div>
15+
<iframe src="https://async-java.github.io/async-docs?t=100" width="100%" height="100%"></iframe>
16+
</div>
517
</div>

0 commit comments

Comments
 (0)