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

Signed-off-by: Carson Yang <yangchuansheng33@gmail.com>
This commit is contained in:
Carson Yang 2023-10-07 14:57:26 +08:00 committed by GitHub
parent b6e49da288
commit c65a36d3ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,13 @@ footer a:hover {
z-index: 9999; z-index: 9999;
} }
.feedback-btn-wrapper { @media (max-width: 600px) {
#fixed-box {
display: none
}
}
.feedback-btn-wrapper {
position: fixed; position: fixed;
z-index: 1000; z-index: 1000;
bottom: 0; bottom: 0;