🐛 fix: float btns

This commit is contained in:
shenyu 2021-05-15 12:48:29 +08:00
parent ec47bd254a
commit 302c6080fd
2 changed files with 4 additions and 2 deletions

View File

@ -56,12 +56,14 @@
color sea color sea
.float_btns .float_btns
position fixed position sticky
bottom 10rem bottom 10rem
right 50px right 50px
z-index 9996 z-index 9996
text-align center text-align center
transform scale(1.2) transform scale(1.2)
width: 50px
float: right
#mask #mask
position fixed position fixed

File diff suppressed because one or more lines are too long