Skip to content

Commit

Permalink
Fix left menu height
Browse files Browse the repository at this point in the history
  • Loading branch information
vshymanskyy committed Jul 11, 2024
1 parent 8699898 commit 437a83d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ body.loaded {
display: flex;
flex: 1;
overflow: hidden;
position: relative;
}

#side-menu {
Expand Down Expand Up @@ -181,7 +182,8 @@ body.loaded {
position: absolute;
left: -100%;
width: 75%;
height: calc(100% - 40px);
top: 0;
bottom: 0;
z-index: 1000;
}

Expand Down

0 comments on commit 437a83d

Please sign in to comment.