fix body padding
This commit is contained in:
parent
9601b30972
commit
e28cb5b412
|
@ -460,7 +460,7 @@ th.table-th-sort-rev span.table-th-sort-span {
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 51px;
|
top: 95px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
z-index: 1000;
|
z-index: 1000;
|
||||||
|
|
|
@ -95,6 +95,6 @@
|
||||||
margin: 0 8px;
|
margin: 0 8px;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
padding-top: 70px;
|
padding-top: 95px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
|
|
||||||
body {
|
body {
|
||||||
padding-top: 70px;
|
padding-top: 95px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue