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

View File

@@ -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;