enhance(mobile): fixed position of head-bar & mobile-bar (#3360)

enhance(mobile): fixed position of head-bar & mobile-bar
Co-authored-by: charlie <xyhp915@qq.com>
This commit is contained in:
Tienson Qin
2021-12-07 13:40:47 +08:00
committed by GitHub
parent 74c2606300
commit d9452bd739
11 changed files with 201 additions and 144 deletions

View File

@@ -1,15 +1,15 @@
#mobile-editor-toolbar {
position: fixed;
bottom: 0;
width: 100%;
left: 0;
width: 100%;
justify-content: center;
height: 2.5rem;
display: flex;
align-items: center;
z-index: 9999;
transition: top 0.3s;
transition: none;
button {
padding: 10px;