Closed R3D9477 closed 7 years ago
Can we retest this? It works fine for me (your sample from your repo)
Ok, i think ive found it. I seems the following styles need to in the index.html:
* {
box-sizing: border-box;
}
html {
margin: 0;
width: 100%;
height: 100%;
}
body {
font-family: 'Arial';
font-size: 13px;
margin: 0;
width: 100%;
height: 100%;
}
Ill open a new issue about this, but can close if it works for you.
Cheers, Ian
thanks for hint, it work!
Expected Behavior
simple page with one DropDown. menu must be displayed after DropDown clicked
Current Behavior
menu was displayed out of page
Test app / minimal test case
sample
Your Environment
Linux Mint 18.1 x64 Haxe 3.4.0 haxeui-core from git haxeui-html5 from git Firefox 51.0.1
Thanks.