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

スライダーは基本的に overflow:hidden なブロックでラップしないといけないので、スライダー単体でなんとかなるようにしたい #248

Open
inc2734 opened this issue Feb 23, 2024 · 1 comment

Comments

@inc2734
Copy link
Owner

inc2734 commented Feb 23, 2024

スライダーは overflow:hidden なブロックでラップしないと、スマホなど狭い画面でみたときに、そのページが正しいコンテンツ幅で表示されない(スライダー全体の幅で表示されてしまう)。

ラップすると正しいコンテンツ幅で表示されるが、単純にラップしただけだとはみ出たスライドが消えてしまうため、overflow:hidden なブロックは alignfull にして、さらにコンテナーブロックなどでスライダーの横幅を制限しないといけない。これが手間。スライダーブロック単体で機能するようにしたい。

ただ、既存のスライダーブロックに影響を与えない形で、というのは難しい気がする…。alignfull にしたときだけ HTML 構造を変えるとか、既存のスライダーブロックはインサーターに表示できないようにした上で、新しいスライダーブロックを用意するとか方法を考える。

@inc2734
Copy link
Owner Author

inc2734 commented Mar 5, 2024

body { overflow-x: clip } で横スクロールしなくなりそうなので、一旦それで対応する。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant