[ui-fix][mobile] calendar view (#2170)
This commit is contained in:
parent
c650d6a87d
commit
623b271c11
2 changed files with 11 additions and 0 deletions
|
|
@ -29,3 +29,8 @@ th.fc-widget-header {
|
|||
/* default BORDER color */
|
||||
background-color: #E8DDFF;
|
||||
}
|
||||
@media (max-width: 767px) {
|
||||
.fc-scroller {
|
||||
height: auto !important;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -36,3 +36,9 @@ th.fc-widget-header {
|
|||
border: 1px solid #E8DDFF; /* default BORDER color */
|
||||
background-color: #E8DDFF;
|
||||
}
|
||||
|
||||
@media (max-width: @screen-xs) {
|
||||
.fc-scroller {
|
||||
height: auto !important;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue