update
Some checks failed
Deploy Static Site / deploy (push) Failing after 18m22s

This commit is contained in:
2025-05-29 13:53:39 +04:00
parent f3b128ea0f
commit 57f90948aa
3 changed files with 11 additions and 83 deletions

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(100vh - 80px);
}
.sidebar__header {