scroll doc page

This commit is contained in:
SBD
2024-07-12 19:32:49 +03:00
parent b5086cbd40
commit c9d591fa40
3 changed files with 28 additions and 12 deletions

View File

@@ -1738,11 +1738,12 @@ body.n_scroll{
.left_curtain_documentation{
width: 373px;
height: fit-content;
}
.tree_documentation_container{
width: 100%;
height: calc(100vh - 295px);
overflow-y: auto;
}
.tree_documentation_container.hide_scroll::-webkit-scrollbar{
@@ -1878,6 +1879,7 @@ body.n_scroll{
.flex_container_tree_and_content{
display: flex;
width: 100%;
position: relative;
}
.content_part_tree_els{