Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Horizontal scroller has problems? #553

Closed
nikitafloy opened this issue Sep 17, 2021 · 6 comments
Closed

Horizontal scroller has problems? #553

nikitafloy opened this issue Sep 17, 2021 · 6 comments
Labels
🔖4.x v4.x~ related issue 📦React @egjs/react-flicking related issue ❓Question Asking question about @egjs/Flicking stale

Comments

@nikitafloy
Copy link

Description

Hello! I use: https://naver.github.io/egjs-flicking/Demos#horizontal-scroller

But i have a lot of problems:

  1. Scroller is vertical, but i expect it only horizontal
  2. I have horizontal scroll when use this example (bottom page)
  3. Elements aren't hidden under the inner block
  4. This I have on my site:
    Снимок

And many examples, which i use - only vertical scroll for me
Where am I wrong?)

Steps to check or reproduce

https://codesandbox.io/s/objective-brattain-psj2k?file=/src/App.j

@WoodNeck
Copy link
Member

WoodNeck commented Sep 17, 2021

Hello @nikitafloy!
You should add our CSS file to your site.

import "@egjs/react-flicking/dist/flicking.css";

@WoodNeck WoodNeck added 🔖4.x v4.x~ related issue ❓Question Asking question about @egjs/Flicking 📦React @egjs/react-flicking related issue labels Sep 17, 2021
@nikitafloy
Copy link
Author

nikitafloy commented Sep 20, 2021

Hello @nikitafloy!
You should add our CSS file to your site.

import "@egjs/react-flicking/dist/flicking.css";

Yes, it works perfect with my example, but not with my current project 😂
I'll check my css styles, thanks🤝🏻

@nikitafloy
Copy link
Author

Ok, problem in webpack)
It works for me: webpack/webpack#6571

@TechieStephen
Copy link

TechieStephen commented Oct 9, 2021

Ok, problem in webpack) It works for me: webpack/webpack#6571

can seem to make mine work. how did you fix this exactly

@nikitafloy
Copy link
Author

Ok, problem in webpack) It works for me: webpack/webpack#6571

can seem to make mine work. how did you fix this exactly

Enable sideEffects for css:
{ test: /\.css$/i, use: ["style-loader", "css-loader"], sideEffects: true, },

@stale
Copy link

stale bot commented Jan 9, 2022

This issue/PR has been automatically marked as stale because it has not had any update (including commits, comments, labels, milestones, etc) for 30 days. It will be closed automatically if no further update occurs in 7 day. Thank you for your contributions!

한글 이 이슈/PR은 commits, comments, labels, milestones 등 30일간 활동이 없어 자동으로 stale 상태로 전환되었습니다. 이후 7일간 활동이 없다면 자동으로 닫힐 예정입니다. 프로젝트 개선에 기여해주셔서 감사합니다.

@stale stale bot added the stale label Jan 9, 2022
@stale stale bot closed this as completed Apr 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔖4.x v4.x~ related issue 📦React @egjs/react-flicking related issue ❓Question Asking question about @egjs/Flicking stale
Projects
None yet
Development

No branches or pull requests

3 participants