我正在使用active admin gem on Rails。我还没有把所有的东西都看完。1. I want to display the filters section(:id => "filters_sidebar_section") to my left hand side. By default, this is displayed to my right hand side.
2. Can I limit the table width, so that a scroll bar is displayed at the bottom of the
我试图使一个固定的导航栏在网站的顶部。问题如下,如果我使用position: fixed; CSS属性,页面位于导航栏下,我希望避免这种情况发生,下面是整个导航栏代码:nav a { text-decoration: none;}
list-style-type: none; nav li { }
na