Skip to content

Commit 6846451

Browse files
authored
Merge pull request #349 from adzhindzhi/fix/allow-pointer-event-on-green-flag
[UEPR-390] Fix: Allow pointer events on green flag button
2 parents 0efd0b8 + 00ed0dd commit 6846451

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)