Commit c65a36d3 by Carson Yang Committed by GitHub

Docs: hide button for questionnaire on mobile device (#376)

Signed-off-by: Carson Yang <yangchuansheng33@gmail.com>
parent b6e49da2
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment