javascript - have antd modal height and width 100 - Stack Overflow

i'm trying to figure out how to have antd modal open and have height of 100% and width of 100%, tr

i'm trying to figure out how to have antd modal open and have height of 100% and width of 100%, tried different ways but always getting scroll y and x, and if i put height of 100vh then using different mobile devices it still can scroll down for some reason, so my question is how to get this modal perfectly 100% height and width without any scrollings, here is my code:

=/index.css

i'm trying to figure out how to have antd modal open and have height of 100% and width of 100%, tried different ways but always getting scroll y and x, and if i put height of 100vh then using different mobile devices it still can scroll down for some reason, so my question is how to get this modal perfectly 100% height and width without any scrollings, here is my code:

https://codesandbox.io/s/to-customize-the-width-of-modal-antd4154-forked-kfbzj?file=/index.css

Share Improve this question edited May 10, 2021 at 17:55 asked May 10, 2021 at 16:53 user10727653user10727653
Add a ment  | 

2 Answers 2

Reset to default 2

Hope this help https://codesandbox.io/s/to-customize-the-width-of-modal-antd4154-forked-mxx4j?file=/index.js

For more information:

  • Change modal's width to "100vw"
  • Change modal content to 100vw x 100vh with overflow auto

Please take reference from the below solution, setting below CSS worked for me: https://codesandbox.io/s/to-customize-the-width-of-modal-antd4154-forked-r0e0k?file=/index.css

.ant-modal {
  width: 100%;
  transform-origin: 85px 43px;
  overflow: hidden;
  height: -webkit-fill-available;
}

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745149346a4613796.html

相关推荐

  • javascript - have antd modal height and width 100 - Stack Overflow

    i'm trying to figure out how to have antd modal open and have height of 100% and width of 100%, tr

    3小时前
    10

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信