Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
Doston1002 committed Jan 30, 2023
1 parent 6f68a51 commit 18f0e5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/header/MyComponent.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
position: absolute;
display: flex;
cursor: pointer;
top:42px;
top:97px;
right: 0;
margin: -56px 0 0 0 !important;
background: white;
Expand Down
3 changes: 2 additions & 1 deletion src/components/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,8 @@ gap: 10px;
top: -55px;
}
.show__header{
height: calc(100vh - 90px);
height: 100%;
/* height: calc(100vh - 90px); */
min-height: 570px;
width: 100%;
position: fixed;
Expand Down

0 comments on commit 18f0e5d

Please sign in to comment.