fix small iframe bug

This commit is contained in:
REJack 2021-01-01 14:29:57 +01:00
parent f5454e6906
commit e4ab1e4737
2 changed files with 2 additions and 1 deletions

View file

@ -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(() => {

View file

@ -59,6 +59,7 @@ body.iframe-mode-fullscreen {
border: 0;
width: 100%;
height: 100%;
margin-bottom: -8px;
.content-wrapper {
padding-bottom: 0 !important;