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