documentation page

This commit is contained in:
SBD
2024-07-15 15:52:25 +03:00
parent e03fe21db3
commit 73ce9c0ce3

View File

@@ -646,7 +646,7 @@ $(window).scroll(function (){
$new_curtain = $curtain.clone()
$new_curtain.insertAfter($curtain)
let $new_curtain_tree = $new_curtain.find(".tree_documentation_container")
$new_curtain_tree.css({height: 'calc(100vh - 245px);'})
$new_curtain_tree.css({height: 'calc((100vh) - (245px))'})
}
if (scroll >= waitingTop && waitingTop){
$new_curtain.css({position:'fixed',top: 166,bottom:"unset"})