diff --git a/docs/index.html b/docs/index.html index ccd2be6..9afde32 100644 --- a/docs/index.html +++ b/docs/index.html @@ -189,6 +189,8 @@ .right-half { /*padding-left: 10px;*/ padding-right: 10px; + overflow-y:auto; + overflow-x:auto; } .left-half { @@ -245,20 +247,27 @@ display: flex; border: 1px solid #ccc; /* justify-content: space-between; */ - /* flex-direction: column; */ + flex-direction: row; + height:min-content; /* align-items: flex-start; */ } .left-half { flex: 1; /* align-self: stretch; */ + height: 100%; overflow-x: auto; + + /* overflow-y: auto; */ } .right-half { flex: 1; + /* height:100%; */ + /* align-self: stretch; */ - overflow-x: auto; + overflow-x:auto; + overflow-y:scroll; } .right-half { @@ -294,7 +303,9 @@ /* useless now */ pre { - overflow-x: auto; + overflow-x:visible!important; + overflow-y:visible!important; + /* overflow-x: auto; */ white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; @@ -387,427 +398,439 @@ -
- -
-
-
-
-
- - -
-

Document Index of: - -
- - +
+ +
+
+
-

- - -
- - + +
+

Document Index of: + +
+ + +
+

+ + +
+ + + async_main() +