简体   繁体   English

全日历高度,无滚动条

[英]Fullcalendar height and no scrollbar

I'am new on stackoverflow and i have a question after day's of searching and editing i can't find what i wanna do. 我是stackoverflow的新手,经过一天的搜索和编辑后,我有一个问题,我找不到我想做的事。

I'am using CGCalendar in my CMSMS website, the CGCalendar using Fullcalender to view the events and the calender. 我正在CMSMS网站中使用CGCalendar,使用Fullcalender的CGCalendar可以查看事件和日历。

I set the calendar in a div: div#fullcalendar{width:60%;} But when it is 60% of my website i get a scrollbar on the right side of the calendar. 我将日历设置为div: div#fullcalendar{width:60%;}但是,当它占我网站的60%时,我会在日历的右侧看到一个滚动条。 I wanna remove that scrollbar en make the days height lower. 我想删除该滚动条,使天高度降低。

I was looking in: 'lib/fullcalendar/fullcalendar.js' but i can't find the right way to change this. 我正在查看:“ lib / fullcalendar / fullcalendar.js”,但我找不到更改此问题的正确方法。

Maybe i can change it in the CSS but there also i can't find it. 也许我可以在CSS中更改它,但我也找不到它。

Can someone help me to make these changes? 有人可以帮助我进行这些更改吗? and explain where i need to make this changes? 并说明我需要在哪里进行更改? in the CSS or the fullcalendar.js 在CSS或fullcalendar.js

My javascript is not so good, sow changes are difficult for me. 我的JavaScript不太好,母猪的更改对我来说很难。

Thanks you for helping me. 感谢您的帮助。

日历

Did you try 你试过了吗

div#fullcalendar{
   width:60%;
   overflow-y:hidden;
}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM