owl carousel、スマホだと下にスクロールしない?
↓のテンプレートを入手し、
https://colorlib.com/wp/template/slim/
編集後にサーバにアップしたところ、
classにowl-carouselが設定されている部分が
スマホでは下にスクロールしなかった。
そこでcssの
-ms-touch-action: pan-Y;
touch-action: manipulation;
1行目を
-ms-touch-action:manipulation;
touch-action: manipulation;
に変更すると、解決した。
でも ”pan-Y” って縦の動きは有効にするのではないのか?
解決したものの疑問が残るので、どなたかご教授いただけたら嬉しいです。
(jQueryはじめ、何もかもド初心者で読みにくい記事で恐縮です、、、)