Skip to content

Commit

Permalink
Fix paper dialog sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
sbeleidy committed Jul 14, 2016
1 parent 3538069 commit 2bd76c3
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,14 @@ <h3>login-fire in modal demo </h3>

<paper-button raised onclick="dialog.open()">login-fire in modal</paper-button>

<style>
paper-dialog {
min-width: 310px;
width: 80%;
height: 400px;
overflow: auto;
}
</style>
<template>
<paper-dialog id="dialog" with-backdrop center>
<paper-dialog-scrollable>
Expand Down

0 comments on commit 2bd76c3

Please sign in to comment.