mirror of https://github.com/ColorlibHQ/AdminLTE
fix layout height with borderless navbar/brand-link
parent
92ccf7896d
commit
11c2a74e72
|
@ -160,6 +160,9 @@ body,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.main-header.border-bottom-0 ~ .content-wrapper {
|
||||||
|
margin-top: $main-header-height-inner;
|
||||||
|
}
|
||||||
.content-wrapper {
|
.content-wrapper {
|
||||||
margin-top: $main-header-height;
|
margin-top: $main-header-height;
|
||||||
}
|
}
|
||||||
|
|
|
@ -31,6 +31,10 @@
|
||||||
&:hover {
|
&:hover {
|
||||||
@include scrollbar-width-thin();
|
@include scrollbar-width-thin();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.brand-link.border-bottom-0 ~ & {
|
||||||
|
height: calc(100% - #{$main-header-height-inner});
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Sidebar user panel
|
// Sidebar user panel
|
||||||
|
|
Loading…
Reference in New Issue