即使在全屏幕上也显示崩溃 [英] Show collapse even on full screen

查看:57
本文介绍了即使在全屏幕上也显示崩溃的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果屏幕尺寸小于768px,菜单将会崩溃,如果用户全屏显示,我怎么能显示折叠按钮+菜单被隐藏?

示例如下:

http://www.bootply.com/111223 [ ^ ]



i尝试:

the menu will collapse if the screen size is smaller than 768px, how can i show the collapse button + menu is hidden even user is on full screen?
example as below:
http://www.bootply.com/111223[^]

i tried:

@media (min-width: 100px) and (max-width: 1200px) {
            .collapse {
                display: none !important;
            }
        }





但它不起作用。



but it's not working.

推荐答案

这篇关于即使在全屏幕上也显示崩溃的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆