Skip to content

Commit c65a36d

Browse files
Docs: hide button for questionnaire on mobile device (#376)
Signed-off-by: Carson Yang <yangchuansheng33@gmail.com>
1 parent b6e49da commit c65a36d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docSite/assets/docs/scss/custom/pages/_custom.scss

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,13 @@ footer a:hover {
103103
z-index: 9999;
104104
}
105105

106-
.feedback-btn-wrapper {
106+
@media (max-width: 600px) {
107+
#fixed-box {
108+
display: none
109+
}
110+
}
111+
112+
.feedback-btn-wrapper {
107113
position: fixed;
108114
z-index: 1000;
109115
bottom: 0;

0 commit comments

Comments
 (0)