【已解决】 博客系统管理中心markdown文章编辑器移动会遮住底部按钮

页面布局
.article-post-action-bar {
/*border-top: #e5e5e5 solid 1px;*/
position: fixed;
bottom: 0;
width: 100%;
margin-left: -220px;
background: #fff;
box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px 0px;
}
.article-post-part .markdown-body {
height: 800px;
}
.article-post-settings-part {
margin-bottom: 120px;
}
.action-btn-container {
float: right;
margin-right: 50px;
padding: 10px;
}
z-index