Enhancement: Shell / Shell Panel - content-behind should allow both fixed and detached shell-panels #1932
Labels
0 - new
New issues that need assignment.
enhancement
Issues tied to a new feature or request.
estimate - 8
Requires input from team, consider smaller steps.
p - medium
Issue is non core or affecting less that 60% of people using the library
Milestone
Description
Consider the following app layout:
In the above,
content-behind
is used oncalcite-shell
. However, I need to manually add padding to the map container to account for the left-hand shell-panel's width. What I want is the right shell-panel to display as "detached", and the left shell-panel to display as "normal", but the center-panel content to render to the right of the left shell-panel, not behind it.If I don't manually add that padding, the map renders "behind" the fixed left-hand shell-panel:
In addition, slots should be added to position content, such as
"content-start"
/"content-end"
.Acceptance Criteria
content-behind
is usable in a way that allows a combination of detached and not-detached shell-panels.displayMode: float
shell panels to position absolutely from [Shell / Shell Panel]: Allow slotteddisplayMode: float
Shell Panels to position absolutely #7199Relevant Info
content-behind
altogether.calcite-input-number
- input keeps increasing/decreasing if the mouseup happens outside the increment/decrement button #7188Which Component
Example Use Case
The text was updated successfully, but these errors were encountered: