Skip to content

Commit 1bea9aa

Browse files
committed
Prevent zooming in on the button
1 parent 5c7af7a commit 1bea9aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docusaurus.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ module.exports = {
4848
metadata: cfg.metadata,
4949

5050
imageZoom: {
51+
selector: ".markdown :not(a) > img",
5152
options: {
5253
background: "rgb(255 255 255 / 0.3)",
5354
},

0 commit comments

Comments
 (0)