Skip to content

Commit

Permalink
docs(debugging): don't use <details> element
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Nov 15, 2022
1 parent 022c886 commit d4c8a83
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,7 @@ You can see [more examples](examples/) including [React](examples/react) and [Vu

## Debugging

<details>
<summary>The zoomed image is not visible</summary>
### The zoomed image is not visible

The library doesn't provide a `z-index` value on the zoomed image to avoid conflicts with other frameworks. Some frameworks might specify a `z-index` for their elements, which makes the zoomed image not visible.

Expand All @@ -515,8 +514,6 @@ If that's the case, you can provide a `z-index` value in your CSS:
}
```

</details>

## Browser support

| IE | Edge | Chrome | Firefox | Safari |
Expand Down

0 comments on commit d4c8a83

Please sign in to comment.