Title: Admin Dashboard Height
Last modified: July 7, 2022

---

# Admin Dashboard Height

 *  Resolved [tl0120](https://wordpress.org/support/users/tl0120/)
 * (@tl0120)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/admin-dashboard-height/)
 * 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](https://wordpress.org/support/users/nataliegarza011/)
 * (@nataliegarza011)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/admin-dashboard-height/#post-15807442)
 * Hello [@tl0120](https://wordpress.org/support/users/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.](https://simplyscheduleappointments.com/guides/add-custom-css/)
 *     ```
       .ssa-booking-dialog .md-dialog {
       max-height: 90%;
       }
       ```
   
 * Let me know if that helps though.
 *  Thread Starter [tl0120](https://wordpress.org/support/users/tl0120/)
 * (@tl0120)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/admin-dashboard-height/#post-15809690)
 * [https://ibb.co/SRDFT28](https://ibb.co/SRDFT28)
    [https://ibb.co/qmtjr4c](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, 11 months ago by [tl0120](https://wordpress.org/support/users/tl0120/).
 *  Plugin Support [Natalie G](https://wordpress.org/support/users/nataliegarza011/)
 * (@nataliegarza011)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/admin-dashboard-height/#post-15810448)
 * [@tl0120](https://wordpress.org/support/users/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.

 * ![](https://ps.w.org/simply-schedule-appointments/assets/icon.svg?rev=2926807)
 * [Appointment Booking Calendar — Simply Schedule Appointments Booking Plugin](https://wordpress.org/plugins/simply-schedule-appointments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simply-schedule-appointments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simply-schedule-appointments/)
 * [Active Topics](https://wordpress.org/support/plugin/simply-schedule-appointments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simply-schedule-appointments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simply-schedule-appointments/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Natalie G](https://wordpress.org/support/users/nataliegarza011/)
 * Last activity: [3 years, 11 months ago](https://wordpress.org/support/topic/admin-dashboard-height/#post-15810448)
 * Status: resolved