sibvisions / reactUI

A generic react UI for JVx applications.
Apache License 2.0
3 stars 2 forks source link

focus not shown #499

Closed rjahn closed 3 months ago

rjahn commented 4 months ago

If you press a button in screen DynamicImage, the top and bottom focus is cut. I guess it shouldn't?

image
gimmixAT commented 3 months ago

the clipping should be fixed now in this case, I switched top clip instead of overflow:hidden which allows for additional padding in the clipping mask so that the focus isn't clipped.