Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
@@ -726,7 +726,8 @@ export default {
z-index: 1;
display: flex;
flex-direction: column;
- min-height: 0; /* flexbox overflow fix */
+ min-height: 0;
+ overflow-y: auto;
}
.main-wrapper {
@@ -653,9 +653,6 @@ export default {
.product-edit .el-card {
width: 100%;
-.product-edit .el-card .el-card__body {
- overflow-y: auto;
-}
.product-edit .el-form {