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

Step-1 of tutorial instructions are missing vital CSS #622

Closed
calvinkhuang opened this issue Jul 10, 2014 · 2 comments
Closed

Step-1 of tutorial instructions are missing vital CSS #622

calvinkhuang opened this issue Jul 10, 2014 · 2 comments
Assignees

Comments

@calvinkhuang
Copy link

The following CSS is in /step-1/index.html of the Polymer tutorial but not mentioned in the directions for that step of the tutorial:

core-header-panel {
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; 
}
core-toolbar {
    background: #03a9f4;
    color: white;
}
#tabs {
    width: 100%;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

Without it, the page stays blank.

@ebidel ebidel assigned arv and arthurevans and unassigned arv Jul 10, 2014
@ebidel
Copy link
Contributor

ebidel commented Jul 10, 2014

@arthurevans Here's another.

@arthurevans
Copy link

Apologies -- we updated the polymer-tutorial repo before the new version of the docs was live. Docs site is now up to date with the repo.

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

4 participants