Skip to content

Commit

Permalink
Merge pull request #158 from mowolf/add_min_height_to_fix_ios_bug
Browse files Browse the repository at this point in the history
add min height
  • Loading branch information
fellnerse authored Mar 5, 2021
2 parents 7d60733 + d2098a7 commit b64f69f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/ExportExplainer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,7 @@ export default {
position: relative;
width: 100%;
height: 100%;
min-height: 50px;
}
.frame-container {
left: 0;
Expand Down

0 comments on commit b64f69f

Please sign in to comment.