feat(web): make button-flex position fixed at the bottom of menu

This commit is contained in:
Masahiko AMANO 2023-02-03 00:22:09 +03:00
parent c960eb6730
commit e7be627292

View File

@ -186,3 +186,14 @@ form {
.tanzaku.selected {
background-color: #0002;
}
.button-flex {
position: sticky;
position: -webkit-sticky;
bottom: 0;
left: 0;
right: 0;
margin: 0;
padding: .5rem 0;
background-color: #eee;
}