Skip to content

Commit

Permalink
Module height is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-01k committed Feb 9, 2024
1 parent c511e78 commit fdd9bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -370,8 +370,8 @@ const LeftBarContainer = styled.div`
top: 0;
bottom: 0;
width: ${(props) => props.leftBarWidth}px;
// position: fixed;
position: absolute;
position: fixed;
// position: absolute;
@media (max-width: 992px) {
display: none;
Expand Down

0 comments on commit fdd9bc9

Please sign in to comment.