Skip to content

Commit

Permalink
fix: add overflow to popup to make it scrollable (#418)
Browse files Browse the repository at this point in the history
Signed-off-by: Blessing Philips <blessingadesina@gmail.com>
  • Loading branch information
atomicman57 authored Aug 2, 2023
1 parent 1309287 commit b2ecddd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/popup/popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ $popup-border-radius: 8px;
max-height: 600px;
z-index: 20;
border-radius: $popup-border-radius;
overflow: auto;

&__header {
line-height: 60px;
Expand Down

0 comments on commit b2ecddd

Please sign in to comment.