There was an error while loading. Please reload this page.
1 parent 105175b commit 6676c3eCopy full SHA for 6676c3e
1 file changed
packages/shared/is-visible.js
@@ -18,7 +18,8 @@ function isStyleVisible(element) {
18
display !== 'none' &&
19
visibility !== 'hidden' &&
20
visibility !== 'collapse' &&
21
- opacity !== '0'
+ opacity !== '0' &&
22
+ opacity !== 0
23
)
24
}
25
0 commit comments