Skip to content

Commit

Permalink
fix:scroll on mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
manikantakailasa committed Jun 18, 2024
1 parent a01eb3f commit 31309b4
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 31309b4

Please sign in to comment.