|
@@ -303,7 +303,7 @@ class IFrame {
|
|
|
$(SELECTOR_CONTENT_WRAPPER).height(windowHeight)
|
|
|
$(SELECTOR_CONTENT_IFRAME).height(windowHeight)
|
|
|
} else {
|
|
|
- const contentWrapperHeight = parseFloat($(SELECTOR_CONTENT_WRAPPER).css('min-height'))
|
|
|
+ const contentWrapperHeight = parseFloat($(SELECTOR_CONTENT_WRAPPER).css('height'))
|
|
|
const navbarHeight = $(SELECTOR_TAB_NAV).outerHeight()
|
|
|
if (tabEmpty == true) {
|
|
|
setTimeout(() => {
|