Projet

Général

Profil

Paste
Télécharger (381 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / calendar / css / calendar-overlap-no-scroll.css @ 651307cd

1

    
2
.calendar-calendar .week-view #multi-day-container,
3
.calendar-calendar .week-view #single-day-container,
4
.calendar-calendar .day-view #multi-day-container,
5
.calendar-calendar .day-view #single-day-container {
6
  overflow-y: hidden;
7
  overflow-x: hidden;
8
}
9
 .calendar-calendar .week-view #single-day-container,
10
 .calendar-calendar .day-view #single-day-container {
11
  height: auto;
12
}