Skip to content

Commit

Permalink
Fix popup height for iPad
Browse files Browse the repository at this point in the history
  • Loading branch information
hein-j committed Apr 21, 2021
1 parent aafffd1 commit 0759334
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/popup/Popup.sass
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
#popup
position: fixed
width: 100%
height: 100vh
height: 100%
background-color: rgba(0,0,0,.3)
top: 0
left: 0
bottom: 0
z-index: 1
padding: 20px

Expand Down

0 comments on commit 0759334

Please sign in to comment.