Adjust the location of the Material Design floating action buttons for mobile screen.

This commit is contained in:
依瑪貓 2023-03-21 10:57:08 +08:00
parent fa1a55cd3d
commit fef474977c

View File

@ -342,7 +342,7 @@ a.accounting-report-table-row {
.accounting-material-fab { .accounting-material-fab {
position: fixed; position: fixed;
right: 2rem; right: 2rem;
bottom: 1rem; bottom: 2rem;
z-index: 10; z-index: 10;
flex-direction: column-reverse; flex-direction: column-reverse;
} }