LoginSignup
0
0

More than 5 years have passed since last update.

CakePHP+Bootstrapのドロップダウンメニューのバグ

Last updated at Posted at 2016-09-10

スマートフォンなどで見たときに、メニューは開くが、押すことができない。PCでは問題ない。

Bootstrapのバグのようだが、以下のリンク先の方法では改善しない。
参考:http://mawatari.jp/archives/twitter-bootstrap-dropdown-menu-not-clickable-on-touch-devices

CSSに以下を追加して解決。

.dropdown-backdrop {
    position: static;
}

参考:http://atstyle.biz/blog/archives/2014/01/28/1155/

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0