Fix faturamento table scrolling

This commit is contained in:
Eduardo Lopes 2026-01-22 18:08:41 -03:00
parent 128c573f0a
commit 6ab5b476e3
1 changed files with 3 additions and 2 deletions

View File

@ -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 {