Advanced Forum Search Results
-
Try adding the following to your HTML page:
<style type="text/css">
html, body {
height: 100%;
overflow: auto;
}
body {
...
-
Thank you for reporting this. We have logged it at our end and are investigating it.
-
The original problem with nested Canvas elements is due to the fact that Canvas is not a layout element and does not completely participate in layout. We are investigating this at our end. Keith's suggested approach of using a custom panel is a great alternative for this scenario.