Skip to content

Commit

Permalink
Docs: hide button for questionnaire on mobile device (#376)
Browse files Browse the repository at this point in the history
Signed-off-by: Carson Yang <[email protected]>
  • Loading branch information
yangchuansheng authored Oct 7, 2023
1 parent b6e49da commit c65a36d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docSite/assets/docs/scss/custom/pages/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,13 @@ footer a:hover {
z-index: 9999;
}

.feedback-btn-wrapper {
@media (max-width: 600px) {
#fixed-box {
display: none
}
}

.feedback-btn-wrapper {
position: fixed;
z-index: 1000;
bottom: 0;
Expand Down

0 comments on commit c65a36d

Please sign in to comment.