|
@@ -85,7 +85,7 @@ div[data-diagram] {
|
|
top: 0;
|
|
top: 0;
|
|
left: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
width: 100%;
|
|
- height: 100vh;
|
|
|
|
|
|
+ height: 100%;
|
|
z-index: -100;
|
|
z-index: -100;
|
|
}
|
|
}
|
|
.border {
|
|
.border {
|
|
@@ -206,8 +206,8 @@ div[data-diagram] {
|
|
position: fixed !important;
|
|
position: fixed !important;
|
|
left: 0;
|
|
left: 0;
|
|
top: 0;
|
|
top: 0;
|
|
- width: 100vw !important;
|
|
|
|
- height: 100vh !important;
|
|
|
|
|
|
+ width: 100% !important;
|
|
|
|
+ height: 100% !important;
|
|
z-index: 100;
|
|
z-index: 100;
|
|
}
|
|
}
|
|
.lesson-main>blockquote {
|
|
.lesson-main>blockquote {
|
|
@@ -334,7 +334,7 @@ iframe {
|
|
}
|
|
}
|
|
|
|
|
|
iframe.body {
|
|
iframe.body {
|
|
- height: 100vh;
|
|
|
|
|
|
+ height: 100%;
|
|
}
|
|
}
|
|
iframe.threejs_example, iframe.threejs_diagram {
|
|
iframe.threejs_example, iframe.threejs_diagram {
|
|
border: none;
|
|
border: none;
|