Skip to content

Commit

Permalink
fix: search pipe calendar popup broken
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Feb 20, 2025
1 parent 498249f commit f80a0d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pipes/search/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "search",
"version": "0.1.15",
"version": "0.1.16",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
Expand Down
4 changes: 2 additions & 2 deletions pipes/search/src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,13 @@ body {
}
}

[role="dialog"] {
/* [role="dialog"] {
max-width: 696px !important;
max-height: 60vh !important;
width: 70vw !important;
height: 65vh !important;
margin: 0 auto;
left: 50% !important;
transform: translate(-50%, -50%) !important;
}
} */

0 comments on commit f80a0d6

Please sign in to comment.