Hide overflow in Forms elements
This commit is contained in:
parent
cfa3078528
commit
42c1c113e4
|
@ -66,6 +66,7 @@ namespace Ooui.Forms
|
||||||
|
|
||||||
public VisualElementRenderer (string tagName = "div") : base (tagName)
|
public VisualElementRenderer (string tagName = "div") : base (tagName)
|
||||||
{
|
{
|
||||||
|
Style.Overflow = "hidden";
|
||||||
_propertyChangedHandler = OnElementPropertyChanged;
|
_propertyChangedHandler = OnElementPropertyChanged;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue