折叠后,Bootstrap 3下拉菜单向右浮动

时间:2017-12-11 16:16:31

标签: html css twitter-bootstrap

我面临一个恼人的问题,当菜单在小屏幕上折叠时,我的Dropdown-Menus浮动到右侧。 我从他们的示例站点复制了导航栏代码并对其进行了修改以在我的项目中使用它,现在我看到了样式问题。也许我在这里删除了一些重要的东西。

这是一个屏幕截图:Image showing the float problem

有人有想法吗?我是bootstrap的新手,需要一些帮助!

这里的代码:



function doSomething(files, theJSON) {
  request.post('https://m.com/endpoint', {
    formData: {
      files: files.map(file => fs.createReadStream(file),
      theJSON: JSON.stringify(theJSON)
    }
  })
}




0 个答案:

没有答案