M
M
mindgrow2018-02-21 13:47:41
JavaScript
mindgrow, 2018-02-21 13:47:41

FullCallendar - how to get rid of scrollbars?

Good afternoon. The project uses FullCalendar. It is assumed that the site will be accessed from a mobile phone.
If you reduce the browser window (to simulate a mobile phone), scrollbars appear.

Googled that the parameters height: auto, contentHeight: auto, - should remove the scrollbars, but in fact nothing changes.

Can you tell me how to remove scrollbars?

Code example:

<div class="row">


    <div class="col-md-8 col-md-offset-2">
            <div class="panel panel-default">
                <div class="panel-body">
                    <div id="calendar"></div>



                </div>
            </div>
        </div>
</div>


5a8d4e4c9f8aa954965544.png

UPD:
git link https://github.com/vailukhin/CalendarStretch/blob/...

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question