Skip to content

Commit

Permalink
Revert "Merge pull request athensresearch#2104 from shanberg/fix-clic…
Browse files Browse the repository at this point in the history
…king-todo"

This reverts commit 11ebd51, reversing
changes made to 2a82bc7.
  • Loading branch information
filipesilva committed Apr 4, 2022
1 parent 3ecfd56 commit 2ef5c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/components/Block/components/Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ const _Content = ({ children, fontSize, ...props }) => {
"div, span, p, blockquote": {
pointerEvents: "none",
},
// activate interactive content (links, buttons, etc.)
"a, button, label, video, embed, iframe, img": {
// activate interactive content (links, buttons)
"a, button": {
pointerEvents: "auto",
zIndex: 2,
position: "relative"
Expand Down

0 comments on commit 2ef5c32

Please sign in to comment.