index.module.scss 102 B

123456
  1. .customForm {
  2. display: flex;
  3. flex-direction: column;
  4. box-sizing: border-box;
  5. overflow: auto;
  6. }