Forum Discussion

abhinavt's avatar
abhinavt
Cloud Apps
11-14-2024
Solved

Customize No Results Layout

Hello All, Is there a way to customize "No Results" layout, we have few buttons at the top being hidden when widget has no data. Also adding the html script we're using. TIA       const dro...
  • abhinavt's avatar
    11-26-2024

    We found a solution to customize the layout using the below script.

    .widget-no-result-overlay.with-header { top: 50px; height: calc(100% - 50);}