Skip to content

Commit

Permalink
fix: hide back-to-top on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
reuixiy committed Mar 5, 2020
1 parent e5ad6fe commit 4c670b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions assets/scss/base/_responsive.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
transform: none;
float: right;
}
#back-to-top {
display: none;
}
@if ($headerLayoutFlex) {
@if ($enableNavToggle) {
.header-inner {
Expand Down

0 comments on commit 4c670b5

Please sign in to comment.