Skip to content

Commit 165dfdd

Browse files
committed
Change clip-path to overflow:hidden
1 parent 174291f commit 165dfdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/a11y/explorer/Region.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ export class HoverRegion extends AbstractRegion<HTMLElement> {
545545
'box-shadow': '0px 10px 20px #888', border: '2px solid #CCCCCC'
546546
},
547547
['.' + HoverRegion.className + ' > div']: {
548-
'clip-path': 'rect(100% 0 0 100%)'
548+
overflow: 'hidden'
549549
}
550550
});
551551

0 commit comments

Comments
 (0)