'kendo ui spreadsheet toolbar not showing more tools

I am using the kendo ui jquery("@progress/kendo-ui": "^2021.3.1207") in angular components.

I have added some tool bar icon and add the property but the More tools icon is either not visible or it is placing the top of the other icon and I couldn't overflow all the invisibel buttons in the more tools.

code

toolbar: {
  home: ["exportAs", ["bold", "italic", "underline"], "backgroundColor", "textColor",
    "borders", "fontSize", "fontFamily", "alignment", "textWrap", ["formatDecreaseDecimal", "formatIncreaseDecimal"], "merge", "freeze", "filter"]
}

enter image description here enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source