feat(web): make button-flex position fixed at the bottom of menu
This commit is contained in:
parent
c960eb6730
commit
e7be627292
@ -186,3 +186,14 @@ form {
|
|||||||
.tanzaku.selected {
|
.tanzaku.selected {
|
||||||
background-color: #0002;
|
background-color: #0002;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.button-flex {
|
||||||
|
position: sticky;
|
||||||
|
position: -webkit-sticky;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
margin: 0;
|
||||||
|
padding: .5rem 0;
|
||||||
|
background-color: #eee;
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user