We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d8c634 commit d873ae0Copy full SHA for d873ae0
index.html
@@ -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>
+
+<style>
+ .version-selection-scroll-panel {
+ 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
17
</div>
0 commit comments