Hi I am developing a Mousewheel control and it should disable Model Driven UI Scroll while hovering a field.
I have tried assigning css class to html body when mouse is hovering the field. But it seems like the Model Driven UI does not inherit the css class to the elements inside the body.
I have also tried assigning the css class by using getElementByID but PCF does not recognize the element Id from the Model Driven UI.
Question is it possible to inherit styles from body to a certain element?