fix: in mobile view, resubmit edit button should always visible

This commit is contained in:
Wentao Lyu 2023-03-13 14:05:08 +08:00
parent 9f8e9cb091
commit 0e98cb4206
2 changed files with 5 additions and 1 deletions

View file

@ -30,6 +30,10 @@
margin-left: 20px;
}
.resubmit-edit-button {
display: block;
}
.nav {
position: fixed;
z-index: 999;