Unplanned
Last Updated: 17 May 2021 06:25 by serge
serge
Created on: 17 May 2021 06:25
Category: Spreadsheet
Type: Bug Report
1
When the Sheetsbar is hidden the horizontal scrollbar is not adjusted to the bottom of the widget

Bug report

When the Sheetsbar is hidden the horizontal scrollbar is not adjusted to the bottom of the widget

Reproduction of the problem

  1. Run this dojo
  2. Note the space below the horizontal scrollbar:
    image

Expected/desired behavior

The horizontal scrollbar should be adjusted to the bottom of the widget.

As a possible workaround, when hiding the Sheetsbar add the following styling:

<style>
    .k-spreadsheet-sheets-bar {
      padding: 0;
      border-style: none;
    }
</style>

Environment

  • Kendo UI version: 2021.2.511
  • Browser: [all]
0 comments