update
All checks were successful
Deploy Static Site / deploy (push) Successful in 12m21s

This commit is contained in:
2025-05-29 15:58:04 +04:00
parent 57f90948aa
commit 7365966470
2 changed files with 3 additions and 4 deletions

View File

@ -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 {

View File

@ -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 {