Skip to content

Commit

Permalink
made modifications for patients class not obstract the search bar on …
Browse files Browse the repository at this point in the history
…small screens
  • Loading branch information
Bahati308 committed Nov 6, 2024
1 parent 86c44f3 commit 7310424
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/components/layout/search/searchBar.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
max-height: 250px;
position: absolute;
background-color: #f0e7e7;
top: 45px;
top: 90px;
right: -30px;
box-shadow: 0em 0.1em 0.5em #ccc;
}
Expand Down Expand Up @@ -65,4 +65,7 @@
.search-input {
width: 45%;
}
.patients{
top: 45px;
}
}

0 comments on commit 7310424

Please sign in to comment.