Adjust faturamento table layout sizing

This commit is contained in:
Eduardo Lopes 2026-01-22 18:20:49 -03:00
parent 6ab5b476e3
commit 80a3926c25
1 changed files with 5 additions and 3 deletions

View File

@ -80,7 +80,7 @@
.container-fat {
width: 100%;
max-width: 1180px;
max-width: 1240px;
position: relative;
z-index: 1;
margin-top: var(--page-top-gap);
@ -97,8 +97,9 @@
position: relative;
display: flex;
flex-direction: column;
max-height: calc(100vh - 80px) !important;
min-height: 0;
height: auto !important;
min-height: 80vh;
max-height: none !important;
&::before {
content: '';
@ -473,6 +474,7 @@
overflow-y: auto;
flex: 1;
min-height: 0;
height: 100%;
}
.group-list {