We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4afa6f commit a65f052Copy full SHA for a65f052
src/components/SinglePropertyDetail.tsx
@@ -69,7 +69,7 @@ const SinglePropertyDetail = ({
69
70
return (
71
<div className="w-full px-6 pb-6">
72
- <div className="sticky top-0 py-4 z-10">
+ <div className="sticky top-0 py-4 z-10 bg-white">
73
<ThemeButton
74
color="tertiary"
75
label="Back"
0 commit comments