Match Form with toolbars

Good day ,

i have a small problem with my Form. When i try to add a backgound img it becomes higher than toolbars , without an image it fits perfectly.

here is my snippet : http://webix.com/snippet/94628f4f

As the CSS is applied to the entire form, transform: translate(0%, -50%); moves it to the top. Not sure if I understood the use-case right, but most probably you need to apply this style to the form cell:

elements: [
   {css: "timeImg"}
]