Skip to content

Commit

Permalink
resolved conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
ansisme committed Oct 5, 2023
1 parent 742792d commit f880c36
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,20 +207,8 @@ body {
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;
font-family: 'Josefin Sans', sans-serif;
z-index: 10;

}
.country-suggestions {
/* position: absolute; */
top: 100%;
/* left: 0; */
width: 100%;
background-color: #ffffff;
max-height: 210px;
overflow-y: auto;
z-index: 2;
padding-top: 5px;
}
.s-icon {
display: flex;
align-items: center;
Expand All @@ -232,10 +220,6 @@ body {
padding: 8px;
color: var(--textColor);
transition: all 0.5s ease;
margin-top: 10px;
z-index: 0;
/* height: 62px; */
top: 0;
}
.s-icon:hover {
cursor: pointer;
Expand Down

0 comments on commit f880c36

Please sign in to comment.