Fix faturamento table scrolling
This commit is contained in:
parent
128c573f0a
commit
6ab5b476e3
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue