the back-to-top is not displayed on mobile #773
-
I find the back-to-top is not displayed on mobile, I think it is nesessary. of course, if we just make website for ourselves with vuepress, we can edit the css, but it's not convenient for the vuepress user who need to read the document. so in my opinion, the back-to-top should be displayed on mobile, hope we can see it in next version. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Feel free to add a new css with I would prefer this as personal taste, as in safari , you can always double tap navigation bar to scroll to top. My theme vuepress-theme-hope is displaying the button on mobile, though. I think you should agree that display or not is both ok, and it's hard to judge that one behavior is wrong. |
Beta Was this translation helpful? Give feedback.
Feel free to add a new css with
!important
in.vuepress/styles/index.scss
.I would prefer this as personal taste, as in safari , you can always double tap navigation bar to scroll to top.
My theme vuepress-theme-hope is displaying the button on mobile, though.
I think you should agree that display or not is both ok, and it's hard to judge that one behavior is wrong.