Home Analyst Portal
Options

SQL Calendar Widget Size. How do I stop it from having to scroll when in Month view?

Brett_Moffett2Brett_Moffett2 Member IT Monkey ✭

I want to create a dashboard that contains a calendar widget that shows a Month view of upcoming changes. This is nice and easy with the SQL Calendar Widget. Just create a query that returns all active CR's and add the Calendar widget.

However, the month calendar view doesn't fit within the full page layout of a dashboard view and the last few weeks of a month get clipped off.

Has anyone been able to remove a bunch of the whitespace at the top of the page and then extend the widget size to allow the calendar to show the entire month?

Answers

  • Options
    Justin_WorkmanJustin_Workman Cireson Support Super IT Monkey ✭✭✭✭✭

    Hey @Brett_Moffett2 - I threw some custom CSS together. See if this helps:
    .k-scheduler-content {    min-height: 800px;}
    .k-scheduler {    min-height: 800px;}
    [adf-widget-type="advanced-calendar"] {    min-height: 1200px;}

Sign In or Register to comment.