Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Remove backdrop from login dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
IchordeDionysos committed Oct 2, 2016
1 parent 8350992 commit c8eb9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xtrm-login-dialog/xtrm-login-dialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
display: none;
}
</style>
<paper-dialog id="dialog" with-backdrop>
<paper-dialog id="dialog">
<h2>[[headline]]</h2>
<paper-dialog-scrollable>
<paper-input id="email" label="Email"></paper-input>
Expand Down

0 comments on commit c8eb9d0

Please sign in to comment.