KIM-JINO5 2 месяцев назад
Родитель
Сommit
d36d97b7da
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      app/component/crypto/dashboard.scss

+ 4 - 2
app/component/crypto/dashboard.scss

@@ -74,17 +74,19 @@
 
 @media (max-width: 768px) {
 	.crypto-dashboard {
+		height: auto;
+
 		.dashboard-bottom {
 			flex-direction: column;
 
 			.dashboard-orderbook {
 				width: 100% !important;
-				max-height: 350px;
+				height: 350px;
 			}
 
 			.dashboard-trades {
 				width: 100% !important;
-				max-height: 300px;
+				height: 300px;
 			}
 
 			.resize-handle-v {