diff --git a/src/layout/Layout.vue b/src/layout/Layout.vue index 43f9b69d..ffb1b230 100644 --- a/src/layout/Layout.vue +++ b/src/layout/Layout.vue @@ -72,7 +72,12 @@ $prefix-cls: #{$namespace}-layout; .#{$prefix-cls} { background-color: var(--app-content-bg-color); :deep(.#{$elNamespace}-scrollbar__view) { - height: 100% !important; + //height: 100% !important; + position: absolute; + top: 0; + left: 0; + right: 0; + bottom: 0; } }