mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 10:27:52 +02:00
Api: Let details take remaining height of component
This commit is contained in:
parent
087e969f9f
commit
00cf7cf56d
@ -47,6 +47,10 @@ export class Et2Details extends Et2Widget(SlDetails)
|
|||||||
order: 1;
|
order: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.details__body {
|
||||||
|
height: calc(100% - 3rem) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.details.hoist {
|
.details.hoist {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user