Skip to content

Commit

Permalink
Merge branch 'main' into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lunatic-fox committed Apr 11, 2024
2 parents 2ec7b7f + 02c21ca commit 3aff139
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/app/docs/components/Docs/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -215,18 +215,20 @@
.bigWrapper {
margin-top: 50px;
}

.sidebar {
display: none;
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
}

.sidebarInfo {
width: 100%;
position: fixed;
height: calc(100% - 50px);
background: inherit;
overflow-y: scroll;
}

.article,
Expand Down

0 comments on commit 3aff139

Please sign in to comment.