Created
January 27, 2020 13:00
-
-
Save annacoding2020/bf6dc0588012881bcf982b3dd5ea01fb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div ref={this.containerRef}> | |
| <ul | |
| style={{ | |
| overflow: isServerSide ? "hidden" : "unset", | |
| transform: `translate3d(${this.state.transform}px,0,0)` | |
| }} | |
| > | |
| …rest of our stuff |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment