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.
@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.