Adjust faturamento table layout sizing
This commit is contained in:
parent
6ab5b476e3
commit
80a3926c25
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue