This commit is contained in:
@ -922,8 +922,11 @@ if (
|
||||
/elma365\/help\/ru/i.test(currentUrl) ||
|
||||
/elma365\/help\/en/i.test(currentUrl) ||
|
||||
/([\d+]{3}).(\d).(\d).(\d):([\d+]{4})\/index.html/i.test(currentUrl) ||
|
||||
/([\d+]{3}).(\d).(\d).(\d)\/index.html/i.test(currentUrl)
|
||||
) {
|
||||
/([\d+]{3}).(\d).(\d).(\d)\/index.html/i.test(currentUrl) ||
|
||||
/brix.365.com\/en\/help/i.test(currentUrl) ||
|
||||
/localhost/i.test(currentUrl) ||
|
||||
/help.miduway.space/i.test(currentUrl)
|
||||
) {
|
||||
window.addEventListener("load", () => {
|
||||
const searchIcon = document.querySelector("#search-icon");
|
||||
const searchPanel = document.querySelector("#search-panel");
|
||||
|
@ -100,7 +100,7 @@ h3 {
|
||||
}
|
||||
|
||||
.sidebar {
|
||||
min-height: 100vh;
|
||||
min-height: 100svh;
|
||||
}
|
||||
|
||||
.article {
|
||||
@ -461,7 +461,7 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
|
||||
|
||||
.--header-hidden .sidebar__wrapper {
|
||||
top: 0;
|
||||
max-height: 100vh;
|
||||
max-height: 100svh;
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
@ -594,7 +594,7 @@ input[type="text"]:not(.ReportTypo input):not(.ReportTypo-comment) {
|
||||
position: static;
|
||||
margin-top: 72px;
|
||||
overflow: auto;
|
||||
max-height: calc(100vh - 80px);
|
||||
max-height: calc(100svh - 80px);
|
||||
}
|
||||
|
||||
.sidebar__header {
|
||||
|
Reference in New Issue
Block a user