diff --git a/tabs/setup.css b/tabs/setup.css index 608430410b..19dca29641 100644 --- a/tabs/setup.css +++ b/tabs/setup.css @@ -1,4 +1,4 @@ -.tab-setup .CAP_BASEFLIGHT_CONFIG { +.tab-setup .model-and-info { height: calc(100% - 138px); } .tab-setup { diff --git a/tabs/setup.html b/tabs/setup.html index 265e7447fd..c39cd7aa4a 100644 --- a/tabs/setup.html +++ b/tabs/setup.html @@ -20,7 +20,7 @@

-
+
diff --git a/tabs/setup.js b/tabs/setup.js index 9e6dc675c5..6968cca77b 100644 --- a/tabs/setup.js +++ b/tabs/setup.js @@ -176,8 +176,8 @@ TABS.setup.initialize3D = function (compatibility) { loader, canvas, wrapper, renderer, camera, scene, light, light2, modelWrapper, model, model_file, fallback = false; - canvas = $('.CAP_BASEFLIGHT_CONFIG #canvas'); - wrapper = $('.CAP_BASEFLIGHT_CONFIG #canvas_wrapper'); + canvas = $('.model-and-info #canvas'); + wrapper = $('.model-and-info #canvas_wrapper'); // webgl capability detector // it would seem the webgl "enabling" through advanced settings will be ignored in the future