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

Unexpected page horizontal scroll when Window width is not set #3700

Closed
zdravkov opened this issue Oct 19, 2017 · 1 comment
Closed

Unexpected page horizontal scroll when Window width is not set #3700

zdravkov opened this issue Oct 19, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@zdravkov
Copy link
Member

zdravkov commented Oct 19, 2017

Bug report

Unexpected horizontal scrollbar at the bottom of the page, when Window has no width set

Reproduction of the problem

  1. Run the following Dojo

Current behavior

the horizontal scroll is visible at the bottom of the page

Expected/desired behavior

the horizontal page scrollbar should not be visible at the bottom of the page.

Environment

  • **Kendo UI version:2019.2.514
  • Browser: [all]
@zdravkov
Copy link
Member Author

Workaround add the following style:

    .k-resize-ne,
    .k-resize-se,
    .k-resize-e {
      right: 0;
    } 

@Dimitar-Goshev Dimitar-Goshev changed the title Page horizontal scroll at the bottom appears when width is not set Unexpected page horizontal scroll when Window width is not set Jul 30, 2019
@Juveniel Juveniel self-assigned this Jan 13, 2021
@kendo-bot kendo-bot added FP: Planned Sync status with associated Feedback Item FP: In Development Sync status with associated Feedback Item and removed FP: Planned Sync status with associated Feedback Item labels Jan 13, 2021
@mparvanov mparvanov added this to the 2021.R1.SP.next milestone Jan 26, 2021
@kendo-bot kendo-bot added Next LIB FP: Completed Sync status with associated Feedback Item and removed FP: In Development Sync status with associated Feedback Item labels Jan 26, 2021
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

7 participants