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 54841fe commit 94dc18aCopy full SHA for 94dc18a
src/overlay/overlay.scss
@@ -255,8 +255,8 @@ $primer-borderRadius-large: 0.75rem;
255
256
@mixin Overlay-backdrop--transparent() {
257
position: absolute;
258
- background-color: transparent;
259
z-index: 999;
+ background-color: transparent;
260
}
261
262
// variants must be mixins so we can extend within a media query (@extend is not supported inside media queries)
0 commit comments