We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e97d47 commit 36ebfc0Copy full SHA for 36ebfc0
src/annotation-context/annotation/styles.scss
@@ -58,6 +58,11 @@
58
content: '';
59
position: absolute;
60
inset: calc(-1 * #{awsui.$space-xxs});
61
+
62
+ // By default, elements later in the DOM order have a higher precedence.
63
+ // This increases the z-index just to cancel out that rule, so that elements
64
+ // immediately following the button are also overlapped by this click target.
65
+ z-index: 1;
66
}
67
68
&:focus {
0 commit comments