diff --git a/src/views/catalog/CatalogView.scss b/src/views/catalog/CatalogView.scss index 3f469ce5..5f5618dd 100644 --- a/src/views/catalog/CatalogView.scss +++ b/src/views/catalog/CatalogView.scss @@ -4,9 +4,6 @@ .content-area { min-height: 350px; height: 350px; - max-height: 700px; - resize: vertical; - overflow:auto; } font[size="16"] { diff --git a/src/views/inventory/InventoryView.scss b/src/views/inventory/InventoryView.scss index 4363c1d0..db085c7a 100644 --- a/src/views/inventory/InventoryView.scss +++ b/src/views/inventory/InventoryView.scss @@ -4,9 +4,6 @@ .content-area { min-height: 240px; height: 240px; - max-height: 430px; - resize: vertical; - overflow: auto; } .empty-image { diff --git a/src/views/navigator/NavigatorView.scss b/src/views/navigator/NavigatorView.scss index 9efa61f2..79f14558 100644 --- a/src/views/navigator/NavigatorView.scss +++ b/src/views/navigator/NavigatorView.scss @@ -4,9 +4,6 @@ .content-area { min-height: 400px; height: 400px; - max-height: 700px; - resize: vertical; - overflow:auto; } } diff --git a/src/views/notification-center/NotificationCenterView.scss b/src/views/notification-center/NotificationCenterView.scss index bf7e1d8e..d2a9445f 100644 --- a/src/views/notification-center/NotificationCenterView.scss +++ b/src/views/notification-center/NotificationCenterView.scss @@ -3,10 +3,6 @@ .content-area { min-height: 125px; - height: 125px; - max-height: 430px; - resize: vertical; - overflow: auto; } }