Skip to content

Commit

Permalink
spacing & scroll (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 authored Dec 13, 2023
1 parent 637f341 commit ed014a3
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/modules/documentation-membership/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

.documentation-inner-wrapper {
width: calc(100% - 370px);
padding-right: 5px;
overflow-y: scroll;
}

Expand Down Expand Up @@ -45,10 +46,26 @@
overflow-y: scroll;
}

.placement::-webkit-scrollbar {
width: 0;
}

.placement::-webkit-scrollbar-thumb {
background-color: transparent;
}

.placement-height {
max-height: 2224px;
}

.placement-height::-webkit-scrollbar {
width: 0;
}

.placement-height::-webkit-scrollbar-thumb {
background-color: transparent;
}

.documentation-item {
padding: 8px 0;
border-bottom: 2px dashed #eee;
Expand Down

0 comments on commit ed014a3

Please sign in to comment.