documentation page
This commit is contained in:
@@ -1713,6 +1713,7 @@ body.n_scroll{
|
|||||||
border: 1px solid #CCCED1FF;
|
border: 1px solid #CCCED1FF;
|
||||||
border-top: 0;
|
border-top: 0;
|
||||||
left: -1px;
|
left: -1px;
|
||||||
|
background: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
.documentation_switcher_content_part.hidden{
|
.documentation_switcher_content_part.hidden{
|
||||||
|
|||||||
@@ -7,6 +7,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 1024px) {
|
@media (max-width: 1024px) {
|
||||||
|
.cur_documentation_version{
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
.left_curtain_documentation{
|
.left_curtain_documentation{
|
||||||
width: 320px;
|
width: 320px;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
|||||||
@@ -536,7 +536,7 @@ function closeVersionSwitcherOnBody () {
|
|||||||
} else {
|
} else {
|
||||||
$($arrow).animate({rotate: '0deg'},200)
|
$($arrow).animate({rotate: '0deg'},200)
|
||||||
}
|
}
|
||||||
|
$("body")[0].setAttribute("onclick",'')
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user