Spaces:
Running
Running
chokiproai
commited on
Update index.html
Browse files- index.html +5 -5
index.html
CHANGED
@@ -51,14 +51,14 @@
|
|
51 |
background-color: #0056b3;
|
52 |
}
|
53 |
.tab-pane {
|
54 |
-
height: 100vh;
|
55 |
overflow: auto;
|
56 |
}
|
57 |
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
</style>
|
63 |
</head>
|
64 |
|
|
|
51 |
background-color: #0056b3;
|
52 |
}
|
53 |
.tab-pane {
|
54 |
+
height: 100vh;
|
55 |
overflow: auto;
|
56 |
}
|
57 |
|
58 |
+
.tab-pane iframe {
|
59 |
+
width: 100%;
|
60 |
+
height: 100%;
|
61 |
+
}
|
62 |
</style>
|
63 |
</head>
|
64 |
|