info-container.scss 89 B

123456
  1. .info-container {
  2. width: 100%;
  3. max-height: calc(100vh - 350cpx);
  4. overflow: auto;
  5. }