Skip to content

Commit

Permalink
fix: apply styling to children of screenshot menu
Browse files Browse the repository at this point in the history
  • Loading branch information
seankmartin committed Oct 28, 2024
1 parent b992557 commit 9a72905
Showing 1 changed file with 25 additions and 22 deletions.
47 changes: 25 additions & 22 deletions src/ui/screenshot_menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,31 @@
overflow-x: hidden;
overflow-y: auto;
}
.neuroglancer-screenshot-overlay div,
span,
a,
img,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
input,
textarea,
select,
strong,
table,
tr,
td,
th,
tbody,
button {
.neuroglancer-screenshot-overlay
:is(
div,
span,
a,
img,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
input,
textarea,
select,
strong,
table,
tr,
td,
th,
tbody,
button
) {
box-sizing: border-box;
outline: 0;
}
Expand Down

0 comments on commit 9a72905

Please sign in to comment.