diff --git a/Ooui.Forms/VisualElementRenderer.cs b/Ooui.Forms/VisualElementRenderer.cs index b436710..6a3beb6 100644 --- a/Ooui.Forms/VisualElementRenderer.cs +++ b/Ooui.Forms/VisualElementRenderer.cs @@ -66,6 +66,7 @@ namespace Ooui.Forms public VisualElementRenderer (string tagName = "div") : base (tagName) { + Style.Overflow = "hidden"; _propertyChangedHandler = OnElementPropertyChanged; }