File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed
src/BootstrapBlazor/Components/Layout Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change 9999 height : calc (100% - var (--bb-layout-header-height ));
100100
101101 .menu {
102+ --bb-menu-item-hover-bg : var (--bb-layout-menu-item-hover-bg );
102103 --bb-menu-item-hover-color : var (--bb-layout-header-color );
103104 }
104105 }
117118 }
118119
119120 .layout-main {
121+ padding : 1rem ;
122+ position : relative ;
123+ min-height : calc (100vh - var (--bb-layout-header-height ) - var (--bb-layout-footer-height ));
120124 flex : 1 ;
121125
122126 .tabs.tabs-border-card {
208212 }
209213 }
210214
211- .layout-menu {
212- .menu {
213- --bb-menu-item-hover-bg : var (--bb-layout-menu-item-hover-bg );
214- }
215- }
216-
217- .layout-main {
218- padding : 1rem ;
219- position : relative ;
220- min-height : calc (100vh - var (--bb-layout-header-height ) - var (--bb-layout-footer-height ));
221- }
222-
223215 .layout-footer {
224216 height : var (--bb-layout-footer-height );
225217 color : var (--bb-layout-footer-color );
You can’t perform that action at this time.
0 commit comments