Slider component transforms out of the screen, and items takes the wrong direction
- 主要言語
- JavaScript
- スター
- 11.9k
- フォーク
- 2.1k
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
### Transform
I just copied React-slick config etc. from other project (I have never used It) and I adapted it to my project. But after running my app I couldn't scroll whole page, I was scrolling only Slider component. I thought it's because of my components height, but not, height was set to 200px. then I set something up and now I can scroll bla bla bla. Slider just decided to make itself transform left to fill WHOLE screen, but out of the screen, but so as not to travel past the component it's wrapper with to its right. That's my first problem. Arrows are in right place.
Setting wrapper width to 100% doesn't help.

### Direction
After I manually changed Slider to not transform, left too much, I saw all components are set in the column, including arrows.

Is it problem with my code anywhere or I just can't setup the slick? I couldnt find anything like this in my css
```
* {
*css here*
}
```
コントリビューションガイド
評価
この issue はまだ評価されていません。