Skip to content

Commit

Permalink
Merge b1eb7e9 into efb8378
Browse files Browse the repository at this point in the history
  • Loading branch information
georgehrke committed Sep 21, 2016
2 parents efb8378 + b1eb7e9 commit 106c06f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 10 additions & 1 deletion css/app/calendarlist.css
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@
width: 80px;
}

#app-navigation .app-navigation-list {
width: 100%;
}

#app-navigation .app-navigation-list-item .calendarCheckbox {
position: absolute;
margin-left: 17px;
Expand Down Expand Up @@ -296,7 +300,12 @@

/* scroll issues */
#scrollable {
height: 80%;
overflow-y: auto;
overflow-x: hidden;
position: absolute;
top: 85px;
bottom: 44px;
width: 250px;
}

/* Spacing */
Expand Down
1 change: 1 addition & 0 deletions templates/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
<div ng-controller="DatePickerController" id="datepickercontainer">
<?php print_unescaped($this->inc('part.datepicker')); ?>
<?php print_unescaped($this->inc('part.buttonarea')); ?>
<div class="clear-both"></div>
</div>
<div ng-controller="CalendarListController" ng-cloak>
<div id="scrollable">
Expand Down

0 comments on commit 106c06f

Please sign in to comment.