Skip to content

Commit

Permalink
πŸ› scrolling bugfix of hdmodal (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehmet Volkan D authored May 26, 2021
1 parent 9e3f102 commit 1cc581b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/HdModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ $mobile-browser-footer-buffer: 75px;
padding: #{$sp-l + $sp-s} $sp-m $sp-m;
background-color: $white;
border-radius: 4px;
overflow: hidden;
max-height: 90%;
overflow: scroll;
}
.hd-modal__header {
Expand Down

0 comments on commit 1cc581b

Please sign in to comment.