收藏
回答

position:absolute按钮不动?


.bottom{

position:absolute;

left:0;

bottom: 0;

width: 100%;

display: flex;

flex-direction: row;

}

.bottom button{

width: 50%;

}


回答关注问题邀请回答
收藏

1 个回答

  • 天王盖地虎
    天王盖地虎
    2023-03-04

    提高按钮的显示层级,解决方法:在按钮样式中添加“z-index: 99;”


    2023-03-04
    有用
    回复
登录 后发表内容