【发布时间】:2020-06-18 16:14:21
【问题描述】:
我正在寻找带有 bootstrap 4 的仪表板布局。 基于https://getbootstrap.com/docs/4.0/examples/dashboard/,仪表板已经可以正常工作了。 但结合https://getbootstrap.com/docs/4.0/examples/sticky-footer-navbar/ 似乎不起作用。 最后布局应该是这样的:
+----------------------------------------------------------------------+
| Nav (fixed, sticky) |
+----------------------------------------------------------------------+
| | |
| | |
| Sidebar | Main (scrollable) |
|(scrollable)| |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
+----------------------------------------------------------------------+
| Footer (fixed, sticky) |
+----------------------------------------------------------------------+
这可能吗? 有什么例子可以工作吗? 非常感谢。
【问题讨论】:
-
你的意思是你想在你的Bootstrap dashboard 上使用sticky-footer-navbar,对吧?
-
不,顶部的导航栏和状态消息的页脚。
标签: html css bootstrap-4