Use position: fixed for class .action-bar

pull/9878/head
Lewis Sparlin 2023-07-12 09:40:46 -05:00 committed by Tienson Qin
parent 933a28ca3e
commit 3dee098d29
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
}
.action-bar {
position: absolute;
position: fixed;
bottom: 100px;
height: 70px;
padding: 6px;