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 2124961 commit bfa9a7fCopy full SHA for bfa9a7f
src/ResizeSensor.js
@@ -118,7 +118,7 @@
118
119
element.resizeSensor = document.createElement('div');
120
element.resizeSensor.className = 'resize-sensor';
121
- var style = 'position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: scroll; z-index: -1; visibility: hidden;';
+ var style = 'position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; z-index: -1; visibility: hidden;';
122
var styleChild = 'position: absolute; left: 0; top: 0; transition: 0s;';
123
124
element.resizeSensor.style.cssText = style;
0 commit comments