UNPKG

@nodeject/ui-components

Version:

UI library for non-trivial components

28 lines (24 loc) 449 B
.schedioLayoutContent { grid-area: content; display: flex; height: 100%; width: 100%; .contentWrapper { height: 100%; width: 100%; } } .fixedHeader { display: flex; width: 100%; overflow: hidden; } .fixedContentHeight { height: calc(100% - 1px); position: absolute; left: 0; right: 0; min-width: fit-content; display: flex; width: 100%; }