Skip to content

Commit

Permalink
Fix unreachable button on popup
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluesmile82 committed Dec 7, 2022
1 parent 3194e42 commit 9efe4d0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/scripts/react-components/popup/popup-styles.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
@import 'styles/settings';

.c-popup {
max-height: 90vh;
overflow: scroll;

.popup-content {
padding: 40px;
z-index: $z-above-hero;
Expand Down

0 comments on commit 9efe4d0

Please sign in to comment.