css is not working when use textarea with labelPosition: "top"

webix.ui({
  view: "form",
  elementsConfig: {
    labelPosition: "top"
  },
  elements: [
    {
      cols: [
        {
          rows: [
            {view: "textarea", name: "remark", label: "text area", height: 100},
            {view: "text", label: "text box"}
          ]
        }
      ]
    }
  ]
});

https://snippet.webix.com/z4gnffbp

  • Compact Skin

Hello,

I can confirm the issue. We will fix it. Thank you for the report!

Hello!
Good news! We fixed the bug.
The fix is already available in Webix 6.1.2 Pro.
In GPL version the fix will appear in 6.2.