Api: Let details take remaining height of component

This commit is contained in:
nathan 2024-02-06 09:56:57 -07:00
parent 087e969f9f
commit 00cf7cf56d

View File

@ -47,6 +47,10 @@ export class Et2Details extends Et2Widget(SlDetails)
order: 1;
}
.details__body {
height: calc(100% - 3rem) !important;
}
.details.hoist {
position: relative;
}