我想要顯示水平滾動條。我用overflow-x:scroll;但我沒有看到任何水平滾動條。請幫忙。 <div class="abc">
<p>This is overflow-x scroll. This is overflow-x scroll. This is overflow-x scroll.</p>
</div>
.abc{
overflow-x:scroll;
我嘗試使vaadin視圖添加水平滾動條,但它沒有任何結果。你可以幫我嗎。這是我的觀點的全碼: public class TestView extends CssLayout implements View {
/**
*
*/
private static final long serialVersionUID = 1L;
protected void init() {
La