Skip to content

Commit

Permalink
Fix feedback scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-ottolenghi committed Nov 3, 2023
1 parent 5303ef8 commit afbdb21
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/css/feedback.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,26 +172,11 @@
box-shadow: none;
margin-bottom: 2rem;
}

.feedback.absolute {
top: auto !important;
bottom: auto !important;
}
}

@media all and (min-width: 712px) {
/* .feedback {
margin: 1em auto 0;
} */
}

@media all and (min-width: 1025px) {
/* .feedback {
margin: 1em auto 0;
} */
.feedback.absolute {
position: absolute;
margin: 0;
}
}

Expand Down

0 comments on commit afbdb21

Please sign in to comment.