Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -304,7 +304,7 @@ const fetchCheckQno = async(qno) => { | ... | @@ -304,7 +304,7 @@ const fetchCheckQno = async(qno) => { |
| 304 | title={'Image Editor'} | 304 | title={'Image Editor'} |
| 305 | placement={'bottom'} | 305 | placement={'bottom'} |
| 306 | closable={true} | 306 | closable={true} |
| 307 | - height={'90vh'} | 307 | + height={'100vh'} |
| 308 | onClose={onLeave} | 308 | onClose={onLeave} |
| 309 | visible={visible}> | 309 | visible={visible}> |
| 310 | <TikzForm | 310 | <TikzForm | ... | ... |
-
Please register or login to post a comment