Cannot see the cube settings of widgets when more than 10 are in the same dashbaord

Issue #380 resolved
Radu Cantor created an issue

There is no possibility to access the cube settings of a widget in a dashboard when more than 9 or 10 widgets are already there.

This is a huge issue, when some of the widgets with a high id (number 9 or 10) are actually linked to other widgets via the “master widget” property. In this case there is no way to access the settings unless you do this from the app management

Comments (3)

  1. srichardson

    Looking into this issue perhaps a simple CSS addition may address this issue.

    Can you please check to see if the following custom CSS solves the issue for you:

    .nav-tabs {
      overflow-y: hidden;
    }
    

  2. Log in to comment