Skip to content

Commit

Permalink
Merge pull request #17 from newfold-labs/PRESS0-1530
Browse files Browse the repository at this point in the history
bug/Deactivate Screen Unusable on Mobile
  • Loading branch information
wpalani authored Jun 18, 2024
2 parents ee3f0be + 31309b4 commit 5ff99a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions static/css/deactivation-survey.css
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,12 @@
}
}

@media screen and (max-width: 600px) {
.nfd-deactivation-survey__container {
overflow: scroll;
}
}

/* animations */
@keyframes nfd-submitting {
0% {
Expand Down

0 comments on commit 5ff99a7

Please sign in to comment.