This commit is contained in:
@ -614,7 +614,7 @@ table td {
|
|||||||
/*-- <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> --*/
|
/*-- <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD> --*/
|
||||||
.article__sidebar {
|
.article__sidebar {
|
||||||
flex: 1 0 20%;
|
flex: 1 0 20%;
|
||||||
margin-top: -20px;
|
margin-top: -30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.article__sidebar input {
|
.article__sidebar input {
|
||||||
|
@ -100,7 +100,6 @@ h3 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sidebar {
|
.sidebar {
|
||||||
padding-top: 8px;
|
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -456,7 +455,6 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
|
|||||||
position: sticky;
|
position: sticky;
|
||||||
top: 80px;
|
top: 80px;
|
||||||
/*display: flex; */
|
/*display: flex; */
|
||||||
/*max-height: calc(100vh - 80px);*/
|
|
||||||
transition: top .2s linear;
|
transition: top .2s linear;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -595,7 +593,8 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
|
|||||||
.sidebar__wrapper {
|
.sidebar__wrapper {
|
||||||
position: static;
|
position: static;
|
||||||
margin-top: 72px;
|
margin-top: 72px;
|
||||||
overflow-y: auto;
|
overflow: auto;
|
||||||
|
max-height: calc(100svh - 80px);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar__header {
|
.sidebar__header {
|
||||||
|
Reference in New Issue
Block a user