Selaa lähdekoodia

Merge branch 'debug' of http://8.136.199.33:3000/eta_front/eta_chart_front into debug

Karsa 1 vuosi sitten
vanhempi
commit
fa44cd5116
1 muutettua tiedostoa jossa 3 lisäystä ja 2 poistoa
  1. 3 2
      src/views/chartShow/index.less

+ 3 - 2
src/views/chartShow/index.less

@@ -116,11 +116,12 @@
 		}
 		.chart-show {
 			top: 5vh;
+			max-height: 90vh;
 		}
 		.chart-wrapper {
 			padding: 0 10px 10px;
-			height: calc(100vh - 170px);
-			max-height: calc(100vh - 170px);
+			// height: calc(100vh - 170px);
+			// max-height: calc(100vh - 170px);
 			// max-height: 750px;
 		}
 	}