Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Release? #4

Open
ankon opened this issue Mar 18, 2016 · 1 comment
Open

New Release? #4

ankon opened this issue Mar 18, 2016 · 1 comment

Comments

@ankon
Copy link

ankon commented Mar 18, 2016

Currently the released version is broken: #1; this issue was fixed however in master.

Could you create a new release please?

@patrickjaja
Copy link

You maybe dont a new element for that:

css:

.fullscreen {
        width: 100%;
        height: 100%;
        margin: 0px;
      }
      paper-toolbar {
        background-color: var(--toolbar-background-color);
        height: 40px;
        margin: 0px;
      }

HTML Dialog:

<paper-dialog id="modal" class="fullscreen">
      <paper-toolbar>
        <paper-icon-button icon="arrow-back" on-tap="_closeDialog"></paper-icon-button>
        <div class="title">Your title</div>

      </paper-toolbar>
      <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.</p>
    </paper-dialog>

JS:

_closeDialog: function() {
        this.$.modal.close();
      }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants