Skip to content
This repository has been archived by the owner on Oct 27, 2022. It is now read-only.

Commit

Permalink
Oh god
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkuz committed Sep 20, 2016
1 parent 4d7de04 commit f2b78d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Autosize.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ const ALLOWED_CSS_PROPS = [

let sizersListEl = null;
const sizerContainerStyle = {
position: 'fixed', // 'absolute',
// visibility: 'hidden',
position: 'absolute',
visibility: 'hidden',
whiteSpace: 'nowrap',
width: 'auto',
minWidth: 'initial',
maxWidth: 'initial',
zIndex: 10000,
left: 200, //-1000,
left: -1000,
top: 100
};

Expand Down

0 comments on commit f2b78d4

Please sign in to comment.