Borders and resizers

If I have two layouts in cols separated by a resizer, the right border of the left layout seems to disappear. I’m under the assumption that it’s behind the resizer.

Example: http://webix.com/snippet/89ce2119

“line” layout uses margin;-1 by default, which makes nice line boarding and breaks styling in your case.

Set some custom margin value for the topmost layout to fix the issue.
http://webix.com/snippet/6cef73e3

Not sure how that would help. Would making the repeatable layout a backbone view make the border show?

Sorry, I have answered for a different question

“line” layout uses margin;-1 by default, which makes nice line boarding and breaks styling in your case.

Set some custom margin value for the topmost layout to fix the issue. http://webix.com/snippet/6cef73e3