We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b61491a + 78737fb commit a7f4bcfCopy full SHA for a7f4bcf
1 file changed
coffee/utils.coffee
@@ -15,7 +15,7 @@ getScrollParent = (el) ->
15
16
return parent if not style?
17
18
- if /(auto|scroll)/.test(style['overflow'] + style['overflow-y'] + style['overflow-x'])
+ if /(auto|scroll)/.test(style['overflow'] + style['overflowY'] + style['overflowX'])
19
if position isnt 'absolute' or style['position'] in ['relative', 'absolute', 'fixed']
20
return parent
21
0 commit comments