Skip to content

Commit b1b5f0c

Browse files
committed
Fix inability to click “File > New” > "Blank Template" by forcing pointer events through CSS github:15886
1 parent 751255e commit b1b5f0c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Resources/ui/ribbon/custom.css

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,9 @@ body {
4141

4242
.hidden {
4343
display: none;
44-
}
44+
}
45+
46+
.gc-designer-new-sheet-temmplate-container[role="button"] {
47+
pointer-events: auto !important;
48+
}
49+

0 commit comments

Comments
 (0)