.wp-block-group__inner-container {
display: flex;
height: 100%;
flex-direction: column;
}
/* ↓ ここだけにしたい場合は親のグループなどに任意のクラスをつけて */
.class-name .wp-block-group__inner-container {
display: flex;
height: 100%;
flex-direction: column;
}ボタンに、margin-top:auto;を追加
.class-name .btn_top {
margin-top: auto;
}


コメント