Clip corners of the input-element-cone, which sometimes hid the save button resulting in unexpected click behaviour

This commit is contained in:
pietervdvn 2021-07-12 00:05:56 +02:00
parent 38231399c4
commit 4eb131b3b1

View file

@ -66,6 +66,7 @@ export default class DirectionInput extends InputElement<string> {
})
this.RegisterTriggers(element)
element.style.overflow = "hidden"
return element;
}