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

Form labels dissapear within card-panel #176

Closed
richardwyke opened this issue Dec 3, 2014 · 1 comment
Closed

Form labels dissapear within card-panel #176

richardwyke opened this issue Dec 3, 2014 · 1 comment

Comments

@richardwyke
Copy link

See screenshots.

When including a form within a card-panel, the z-index on the form label is causing it to be hidden.

HTML is here:

<div class="row">
    <div class="col s8 offset-s2 m6 offset-m3">
        <div class="card-panel white">
            <p> Choose your account name
            </p>

            <form method="post" accept-charset="utf-8" action="/join" _lpchecked="1">
                <div style="display:none;"><input type="hidden" name="_method" value="POST"></div>
                <div class="input-field"><label for="name" class="">Name</label><input type="text" name="name"
                                                                                       required="required"
                                                                                       maxlength="255" id="name"></div>
                <div class="submit">
                    <button type="submit" class="btn waves-effect waves-light" value="Go!">Go! <i
                            class="mdi-content-send right"></i></button>
                </div>
            </form>
        </div>
    </div>
</div>

c3
c2

@Dogfalo
Copy link
Owner

Dogfalo commented Dec 3, 2014

Thanks for bringing this to our attention.

Fixed in bc81e3a

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