diff --git a/src/app/pages/faturamento/faturamento.scss b/src/app/pages/faturamento/faturamento.scss index 4326aa4..2371d12 100644 --- a/src/app/pages/faturamento/faturamento.scss +++ b/src/app/pages/faturamento/faturamento.scss @@ -97,7 +97,7 @@ position: relative; display: flex; flex-direction: column; - max-height: calc(100vh - 18px) !important; + max-height: calc(100vh - 80px) !important; min-height: 0; &::before { @@ -471,7 +471,8 @@ .groups-container { padding: 16px; overflow-y: auto; - height: 100%; + flex: 1; + min-height: 0; } .group-list {