@@ -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 {
- max-height: 300px;
+ height: 300px;
.resize-handle-v {