Skip to content

Commit

Permalink
fix(style): whole app visible,
Browse files Browse the repository at this point in the history
searchbar overlaps wrapper
  • Loading branch information
MatsJohansen87 committed Sep 22, 2023
1 parent 8264018 commit aeab278
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
display: grid;
/* Angulars Router Outlet is an anchor for inserting components. It will stay, even if component is inserted */
grid-template-rows: auto 0 1fr auto;
grid-gap: .3rem;

height: 100vh;
}

Expand Down
2 changes: 2 additions & 0 deletions src/app/main/main.component.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
overflow: hidden;
width: 80vw;
margin: 100px auto 20px;
height: calc(100vh - 300px);
}

div {
Expand Down Expand Up @@ -34,6 +35,7 @@ div > div {
background: #27326b;
border: 1px solid #dee2e6;
border-radius: 4px;
overflow: unset;
}


Expand Down

0 comments on commit aeab278

Please sign in to comment.