search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Scheduler styling: small vertical open space between rightmost column and right border

Asked by Anonymous
8 years ago.

The right side of the scheduler looks like this:
http://imgur.com/D7Ngfvy

Is it possible to just hide the outer border, or is there another solution to this?

I'm using angular daypilot and I created my theme with the theme creator.

scheduler config:
$scope.schedulerConfig = {
allowEventOverlap: false,
eventResizeHandling: "Disabled",
eventMoveHandling: "Disabled",
visible: true,
scale: "Minute",
cellWidthSpec: "Auto",
tapAndHoldTimeout: 0,
rowMinHeight: 80,
eventHeight: 80,
days: 1,
startDate: new DayPilot.Date().firstDayOfMonth(),
theme: "daypilottheme",
timeHeaders: [
{ groupBy: "Hour", format: "HH:mm" }
],
};

css:
http://pastebin.com/fwDHMaMw

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.