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.
1 parent b61491a commit 78737fbCopy full SHA for 78737fb
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