Skip to content

Commit

Permalink
add drop shadow to bivariate filter container
Browse files Browse the repository at this point in the history
  • Loading branch information
indraneel committed Mar 7, 2024
1 parent ab85dae commit 49a91e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/components/Filter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ function Filter({
return (
<div
id="Filter"
className="bg-white w-60 h-60 flex flex-col mt-5 mx-auto sm:bottom-16 sm:fixed sm:z-10 sm:right-4"
className="bg-white w-60 h-60 flex flex-col mt-5 mx-auto sm:bottom-16 sm:fixed sm:z-10 sm:right-4 drop-shadow"
>
<div className="grid grid-cols-4 grid-rows-4 h-full p-5">
<div className="row-span-3">
Expand Down

0 comments on commit 49a91e6

Please sign in to comment.