mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01: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;
|
||||
}
|
||||
|
||||
.details__body {
|
||||
height: calc(100% - 3rem) !important;
|
||||
}
|
||||
|
||||
.details.hoist {
|
||||
position: relative;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user