Fix faturamento table scrolling
This commit is contained in:
parent
128c573f0a
commit
6ab5b476e3
|
|
@ -97,7 +97,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
max-height: calc(100vh - 18px) !important;
|
max-height: calc(100vh - 80px) !important;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
|
|
@ -471,7 +471,8 @@
|
||||||
.groups-container {
|
.groups-container {
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
height: 100%;
|
flex: 1;
|
||||||
|
min-height: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.group-list {
|
.group-list {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue