We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9613a50 + 60b8a5e commit f96fe91Copy full SHA for f96fe91
frontend/src/shared/components/Modal/index.tsx
@@ -11,7 +11,7 @@ import ReactModal from 'react-modal';
11
import stylesheet from './modal.less';
12
13
const MODAL_WIDTH_MAX = 800; // @modal-width-max
14
-const MODAL_HEIGHT_MAX = 600; // @modal-height-max
+const MODAL_HEIGHT_MAX = 725; // @modal-height-max
15
16
export type FourtiesModalProps = React.PropsWithChildren<ReactModal.Props> & {
17
size: 'large' | 'small' | 'x-large';
frontend/src/shared/styles/viewport.less
@@ -1,2 +1,2 @@
1
-@modal-height-max: 600px;
+@modal-height-max: 725px;
2
@modal-width-max: 800px;
0 commit comments