• Resolved tl0120

    (@tl0120)


    Hello,

    When working with the admin dashboard, I am trying to expand the height of the window. Currently the width is fine but I have to scroll up and down a lot when trying to schedule an appointment. Is there a known fix to increase the height of either the admin dashboard itself or the popup scheduling window?

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Natalie G

    (@nataliegarza011)

    Hello @tl0120,

    I’ve been trying to recreate this scrolling issue you’re running into with the admin dashboard and can’t seem to replicate it 🙁

    Could you link us to a screenshot to show us what you’re seeing on your end?

    To adjust the height of the popup scheduling window, you can use the following snippet to adjust it slightly (it’s already set to 80% by default) using a Custom CSS Stylesheet for the plugin.

    .ssa-booking-dialog .md-dialog {
    max-height: 90%;
    }

    Let me know if that helps though.

    Thread Starter tl0120

    (@tl0120)

    https://ibb.co/SRDFT28
    https://ibb.co/qmtjr4c

    This is what I am seeing. The code snippet you sent does expand the size of the dialog box but the app’s size itself is a bit too small.

    • This reply was modified 3 years, 10 months ago by tl0120.
    Plugin Support Natalie G

    (@nataliegarza011)

    @tl0120

    That’s strange, could you embed the frontend dashboard shortcode on a blank page and see if it displays with a larger height?

    It seems like the container holding it on its current page is not big enough for the iframe to expand. The size of the widget depends on how much space you give it on the page – the same goes for displaying the booking calendars.

    Let me know what you find out.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Admin Dashboard Height’ is closed to new replies.