Skip to content

Commit

Permalink
fix: grey border
Browse files Browse the repository at this point in the history
  • Loading branch information
nada-deriv committed Aug 1, 2024
1 parent 59f31e2 commit 3a9450a
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@
margin: 1rem 0;

& .deriv-dropdown {
&__items {
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.16);
}
& .deriv-input__container {
width: 100%;
}

& .deriv-dropdown__items--xs {
max-height: 20rem;
}
}
}

Expand Down

0 comments on commit 3a9450a

Please sign in to comment.