-
Notifications
You must be signed in to change notification settings - Fork 13
Labels
Description
Describe the feature
The sidebar is a nice feature. However the content should be full width in mobile layouts.
Currently the content stays in col-9 and the sidebar in col-3 when the sidebar is enabled.
Use Case
Mobile first layout.
Proposed Solution
<div class="col-md-3 d-none d-md-block" id="component-sidebar"></div>
<div class="col-md-9 col-12" id="component-content"></div>Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
SDK version used
/
Environment details (OS name and version, etc.)
/