fix documentation scroll

This commit is contained in:
SBD
2024-07-11 15:14:51 +03:00
parent 1aeb83d571
commit aafa989501
6 changed files with 236 additions and 21 deletions

View File

@@ -7,6 +7,48 @@
}
@media (max-width: 1024px) {
.left_curtain_documentation{
width: 320px;
}
.tree_documentation_container_first_level_txt{
margin-bottom: 0;
}
.tree_documentation_container_second_level_txt{
margin-left: 0;
}
.left_curtain_documentation{
position: fixed;
left: -320px;
/* opacity: 0; */
height: 100vh;
top: 0;
background: #fff;
z-index: 10000;
padding: 0 0 27px 0;
}
.documentation_version{
padding: 0 15px;
margin-top: 20px;
}
.block_overlay{
top: 0;
}
.flex_container_tree_and_content{
display: block;
}
.tree_documentation_container {
width: unset;
height: 100vh;
overflow-y: auto;
padding: 0 15px;
}
.content_part_tree_els{
width: 100%;
margin-left: 0;
}
.breadcrumbs_documentation_block{
margin-top: 90px;
}
.container_img_card_contacts{
height: 250px;
}
@@ -297,6 +339,9 @@
}
@media (max-width: 800px) {
.name_article_tree{
font-size: 36px;
}
.how_dev_container_widgets {
width: 100%;
display: flex;
@@ -589,5 +634,11 @@
.descript_process_container{
margin-bottom: 15px;
}
.breadcrumbs_documentation_block{
display: none;
}
.name_article_tree{
font-size: 26px;
}
}