diff --git a/src/defaultV2-theme/defaultV2.fontless.scss b/src/defaultV2-theme/defaultV2.fontless.scss index 16b6af30b8..754f7eed6a 100644 --- a/src/defaultV2-theme/defaultV2.fontless.scss +++ b/src/defaultV2-theme/defaultV2.fontless.scss @@ -58,6 +58,8 @@ body { --sd-mobile-width: 600px; --sd-timer-size: calc(18 * #{$base-unit}); width: 100%; + height: 100%; + overflow: auto; font-family: var(--font-family, $font-family); background-color: $background-dim; position: relative; @@ -158,4 +160,4 @@ body { .sv-popup__body-content { background-color: $background-dim; } -} \ No newline at end of file +} diff --git a/src/knockout/templates/index.html b/src/knockout/templates/index.html index 5a78d7d38a..a991ef1698 100644 --- a/src/knockout/templates/index.html +++ b/src/knockout/templates/index.html @@ -5,9 +5,6 @@