Skip to content

Commit

Permalink
fix for hero section title and subtitle not being editable
Browse files Browse the repository at this point in the history
  • Loading branch information
Maija Y committed Nov 20, 2023
1 parent b6bda05 commit a6884dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/cms/src/blocks/HeroSection/HeroSectionEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ const HeroSectionEditor: React.FC<
width: 100%;
height: 100%;
content: "";
pointer-events: none;
opacity: 0.3;
background-image: url(${backgroundImage});
background-repeat: ${backgroundRepeatX ? "repeat-x" : "no-repeat"};
Expand Down

0 comments on commit a6884dd

Please sign in to comment.