Skip to content

Commit

Permalink
Duh again
Browse files Browse the repository at this point in the history
  • Loading branch information
rberenguel committed Dec 1, 2024
1 parent da33b10 commit eb84a5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/screenshot.js
Original file line number Diff line number Diff line change
Expand Up @@ -661,8 +661,8 @@ const setupAllTheThings = (testImage, basepath) => () => {
setBadge("memes");
isDrawing = true;
kind = "memes";
hiddenInput.focus();
event.stopPropagation();
hiddenInput.focus();
return;
}
if (isDrawing) {
Expand Down
5 changes: 3 additions & 2 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -209,17 +209,18 @@ svg {
height: 200px;
margin: 0 auto;
position: absolute;
z-index: -1;
z-index: 1000;
backdrop-filter: invert(0.2) blur(8px);
border-radius: 50%;
border: 1px solid #ccc;
opacity: 0;
user-select: none;
transform: scale(0);
}

#radial-menu.show {
opacity: 1;
z-index: 1000;
transform: scale(1);
}

.radial {
Expand Down

0 comments on commit eb84a5f

Please sign in to comment.