Clip corners of the input-element-cone, which sometimes hid the save button resulting in unexpected click behaviour
This commit is contained in:
parent
38231399c4
commit
4eb131b3b1
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ export default class DirectionInput extends InputElement<string> {
|
|||
})
|
||||
|
||||
this.RegisterTriggers(element)
|
||||
element.style.overflow = "hidden"
|
||||
|
||||
return element;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue