mirror of https://github.com/ColorlibHQ/AdminLTE
fix control sidebar top padding (#1525)
parent
4215f97f7a
commit
58ef2125b6
|
@ -24,7 +24,7 @@
|
|||
padding-top: @navbar-height;
|
||||
z-index: 1010;
|
||||
// Fix position after header collapse
|
||||
@media (max-width: @screen-sm) {
|
||||
@media (max-width: @screen-xs-max) {
|
||||
padding-top: @navbar-height + 50;
|
||||
}
|
||||
// Tab panes
|
||||
|
|
Loading…
Reference in New Issue