mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
Utils: fix isScroll (#2433)
This commit is contained in:
@@ -166,7 +166,7 @@ export const isScroll = (
|
||||
? getStyle(el, 'overflow-y')
|
||||
: getStyle(el, 'overflow-x')
|
||||
|
||||
return overflow.match(/(scroll|auto)/)
|
||||
return overflow.match(/(scroll|auto|overlay)/)
|
||||
}
|
||||
|
||||
export const getScrollContainer = (
|
||||
|
||||
Reference in New Issue
Block a user