File tree 1 file changed +1
-11
lines changed
1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -48,16 +48,6 @@ metrics_height_mobile: 6000
48
48
width : 100% ;
49
49
border : none ;
50
50
}
51
- @media only screen and (min-width : 768px ) {
52
- iframe {
53
- height : {{ page .benchmark_height_desktop }}px;
54
- }
55
- }
56
- @media only screen and (max-width : 767px ) {
57
- iframe {
58
- height : {{ page .benchmark_height_mobile }}px;
59
- }
60
- }
61
51
.modal {
62
52
display : none ;
63
53
position : fixed ;
@@ -183,7 +173,7 @@ metrics_height_mobile: 6000
183
173
<div id =" metrics-dashboard " class =" dashboard-container " >
184
174
<h1 onclick="openModal('modal1')">OpenSearch Release Metrics</h1>
185
175
<a id="metrics-dashboard-link" href="#" target="_blank" class="button">Direct Link to Metrics Dashboard</a>
186
- <iframe id="metrics-iframe" width="100%" height="{{ page.metrics_height_desktop }} "></iframe>
176
+ <iframe id="metrics-iframe" width="100%" height="1300 "></iframe>
187
177
</div >
188
178
189
179
<div id =" component-metrics-dashboard " class =" dashboard-container " >
You can’t perform that action at this time.
0 commit comments