Skip to content

Commit

Permalink
Update index.css
Browse files Browse the repository at this point in the history
  • Loading branch information
reflecthub authored Dec 13, 2024
1 parent 4e6fba0 commit ac89b72
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -87,18 +87,20 @@ body {
z-index: 10;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
border-radius: 8px; /* Rounded corners for the dropdown */
;
}
#results1 {
position: absolute;
top: 200px;
left: 50%;
transform: translateX(-50%); /* Centers the dropdown below the input */
width: 50%; /* Match the input width */
/* width: 50%; Match the input width */
max-width: fit-content;
background-color: rgba(0, 0, 0, 0);
color:white;
text-align:center;
max-height: 300px;
overflow-y: auto;
/* overflow-y: auto; */
z-index: 10;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
border-radius: 8px; /* Rounded corners for the dropdown */
Expand Down

0 comments on commit ac89b72

Please sign in to comment.