feat(fixed-btns): add title for fixed buttons (#176)

This commit is contained in:
Dillon
2020-03-17 02:03:36 +08:00
committed by GitHub
parent 0ca8a4c85b
commit 80db783396
9 changed files with 53 additions and 29 deletions

View File

@@ -1,11 +1,11 @@
#fixed-buttons {
display: none;
}
.fixed-button {
display: none;
overflow: hidden;
width: auto;
z-index: 100;
position: fixed;
top: auto;
left: auto;
right: 1.5rem;
font-size: 1rem;
line-height: 1.3rem;
@@ -36,6 +36,7 @@
}
#top-button {
display: block;
bottom: 1.5rem;
}