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

Labels placed on top are cut off #14

Closed
ppeyro opened this issue Apr 12, 2017 · 0 comments
Closed

Labels placed on top are cut off #14

ppeyro opened this issue Apr 12, 2017 · 0 comments
Labels

Comments

@ppeyro
Copy link

ppeyro commented Apr 12, 2017

Expected behavior and actual behavior:

Placing labels on top should show the label on top of the slider, but the labels are cutoff on the top.

Steps to reproduce the problem:

See Code Snippet below.

Environment:

Slider Version: 1.0.3
Browsers: All (Chrome, FF, Safari, IE1)

Screenshots (optional, but very helpful):

screen shot 2017-04-12 at 12 25 26 pm

Code example

  <px-slider
        id="sliderMulti10"
        value="120.45"
        end-value="2000"
        min="-10"
        max="2500"
        is-range
        step="100"
        show-labels
        max-label-position="top"
        min-label-position="bottom"
      >
      </px-slider>

Additional Notes:

If the Y value is adjusted from (-15) to (-10) in the debugger, the issue is corrected.

screen shot 2017-04-12 at 12 30 33 pm

@ppeyro ppeyro added the bug label Apr 12, 2017
@ppeyro ppeyro changed the title Labels placed on top get cut off Labels placed on top are cut off Apr 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants