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