Skip to content

Commit 00ed0dd

Browse files
committed
fix: use more specific styles to allow pointer events on green flag overlay
1 parent 0efd0b8 commit 00ed0dd

File tree

1 file changed

+1
-1
lines changed
  • packages/scratch-gui/src/components/stage

1 file changed

+1
-1
lines changed

packages/scratch-gui/src/components/stage/stage.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ body .stage-bottom-wrapper {
116116
animation-fill-mode: forwards; /* Leave at 0 opacity after animation */
117117
}
118118

119-
.green-flag-overlay-wrapper {
119+
body .green-flag-overlay-wrapper {
120120
width: 100%;
121121
height: 100%;
122122
display: flex;

0 commit comments

Comments
 (0)