Skip to content

Commit

Permalink
fix: Fix example style
Browse files Browse the repository at this point in the history
  • Loading branch information
ryohidaka committed May 6, 2024
1 parent d087205 commit 29689f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/example/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,11 @@
border: 0.5px solid black;
color: blue;
background-color: rgb(255 255 255 / 0.5);
overflow: hidden;
}

img {
user-drag: none;
-webkit-user-drag: none;
-moz-user-select: none;
}

0 comments on commit 29689f6

Please sign in to comment.