Skip to content

Commit

Permalink
fix(feedback): disable form for no-js
Browse files Browse the repository at this point in the history
  • Loading branch information
zoobestik committed May 3, 2024
1 parent ee00853 commit c4fb9fc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions static/js/page/dokka-template/feedback.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@
display: none
}
}
.no-js .feedback-wrapper {
display: none;
}

@media screen and (max-width: 640px) {
.feedback {
Expand Down

0 comments on commit c4fb9fc

Please sign in to comment.