Skip to content

Commit c33e7b2

Browse files
authored
Fix shadow rendering issue in popover when mousing over Customize link (#1958)
1 parent d13b1bd commit c33e7b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

special-pages/pages/new-tab/app/components/Popover.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@
7777
color: var(--ntp-accent-primary);
7878
cursor: pointer;
7979
padding: 0;
80+
transform: translateZ(0); /* Fix shadow rendering issue on .popover in WebKit */
8081

8182
&:hover {
8283
color: var(--ntp-accent-secondary);

0 commit comments

Comments
 (0)