My popups on fullcalendar are being clipped
问题 I'm using Bootstrap 2.2 popovers in conjunction with FullCalendar but they are being clipped by the calendar's CSS when they appear near the edges - see the fiddle here: http://jsfiddle.net/nzxyY/6/ The calendar has several divs containing the content but I suspect this is the main culprit: .fc-view { width: 100%; overflow: hidden; } Is there a CSS hack I can use to make the popover avoid the overflow:hidden constraints imposed by FullCalendar for its contents? There are benefits to having