Yusuf Baş

Results 2 issues of Yusuf Baş

Node style ``` const DefaultBox = styled.div` position: absolute; padding: 2px 2px; width:250px; background: white; color: black; border-radius: 3px; border:1px solid white; height:auto; border-color:${props => props.error?"red":"white"} -webkit-box-shadow: 0px 0px 7px...

Everything works fine in Chrome. However, there is a problem with browser support for the "react-transform-element" class in the firefox browser. Div has width: 20k pixels, height: 20k pixels. But...