ブートストラップ 3.0 を使用して Web を開発していますが、次の構造になっています。
- Sidebar: width 220px, position fixed and top:0
- Content: margin-left:220px (Because of the sidebar width).
- Topbar: position fixed and top 0
問題は、固定されたトップバーが親の幅を取得しないことです。このコードペンで私の css を確認できます: http://codepen.io/anon/pen/Fzgot
トップバーは .main-content ヘッダーにあります {} ご覧のとおり、 width:inherit を追加しましたが、機能していないようです