WPDevelopers / essential-addons-for-elementor-lite

Essential Addons for Elementor. Ultimate elements library for Elementor.
https://essential-addons.com/elementor/
43 stars 41 forks source link

Can't remove scrollbar from elementor calendar on mobile view #722

Closed amigthea closed 2 years ago

amigthea commented 2 years ago

I want to remove this scrollbar, extending the addon through the bottom, to show the full calendar without scrolling. I tried with every addon margin but without success

IftekharPial commented 2 years ago

Hello there,

Sorry for the inconvenience,

You can use this CSS code to resolve your issue with the scrollbar.

.fc-scroller.fc-day-grid-container { height: auto !important; }

You can check this video for a better understanding

Video link: https://d.pr/v/UK63lg

For more details on how to add custom CSS, you can check out this doc: https://essential-addons.com/elementor/docs/faq/apply-custom-css-elements/

I hope this will help you out.

Thank you

amigthea commented 2 years ago

that solved my issue, thank you!