documentation page
This commit is contained in:
@@ -99,6 +99,7 @@ function setInfInCurtainDocumentationMobile () {
|
||||
}
|
||||
|
||||
function openDocCurtainMobile () {
|
||||
$("body").css({'overflow':'hidden'})
|
||||
let $curtain = $(".left_curtain_documentation")
|
||||
let $block_overlay = $(".block_overlay")
|
||||
$curtain.css({left:0})
|
||||
@@ -108,6 +109,7 @@ function openDocCurtainMobile () {
|
||||
}
|
||||
|
||||
function closeDocCurtainMobile () {
|
||||
$("body").css({'overflow':'unset'})
|
||||
let $curtain = $(".left_curtain_documentation")
|
||||
let $block_overlay = $(".block_overlay")
|
||||
$curtain.css({left:'-320px'})
|
||||
|
||||
Reference in New Issue
Block a user