Skip to content

Commit

Permalink
<fix>(popup): when using center layout, the max-width of content shou…
Browse files Browse the repository at this point in the history
…ld be 100%, not 150%
  • Loading branch information
AmyFoxFN committed Jan 11, 2018
1 parent d02ecbe commit 9ba6372
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/popup/popup.vue
Original file line number Diff line number Diff line change
Expand Up @@ -92,5 +92,6 @@
top: -50%
left: -50%
width: auto
max-width: 100%
transform: translate(-50%, -50%)
</style>

0 comments on commit 9ba6372

Please sign in to comment.