最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - Alertify JS Center dialog window - Stack Overflow

programmeradmin4浏览0评论

Is there a way to center the dialog windows of the Alertify Js plugin?

I have seen there is a property called position, but it does not support center position.

Thank you all.

Is there a way to center the dialog windows of the Alertify Js plugin? http://alertifyjs.

I have seen there is a property called position, but it does not support center position.

Thank you all.

Share Improve this question asked Apr 5, 2017 at 15:32 elarmandoelarmando 5791 gold badge7 silver badges17 bronze badges 1
  • Are you talking about vertical center? Because it appears to already be centered horizontally in the demos – Kevin Jantzer Commented Apr 5, 2017 at 18:00
Add a ment  | 

1 Answer 1

Reset to default 6

If you modify the css you can achieve this:

.alertify .ajs-dialog {
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
}

Before:

After:

发布评论

评论列表(0)

  1. 暂无评论