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