chokiproai commited on
Commit
26d1826
·
verified ·
1 Parent(s): c12a5b3

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -2
index.html CHANGED
@@ -51,14 +51,13 @@
51
  background-color: #0056b3;
52
  }
53
  .tab-pane {
54
- height: 315px;
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>