From d4c8a83692bcbf758731f6828edcdb18182de53d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chalifour?= Date: Tue, 15 Nov 2022 14:18:00 +0100 Subject: [PATCH] docs(debugging): don't use `
` element --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 95e7b0f..dfa53a4 100644 --- a/README.md +++ b/README.md @@ -501,8 +501,7 @@ You can see [more examples](examples/) including [React](examples/react) and [Vu ## Debugging -
- The zoomed image is not visible +### 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. @@ -515,8 +514,6 @@ If that's the case, you can provide a `z-index` value in your CSS: } ``` -
- ## Browser support | IE | Edge | Chrome | Firefox | Safari |