2016-03-08 63 views
1
頁面

對是否有可能在屏幕上始終顯示CollaposibleGroups,此刻我Collapsible # 2消失的時候我擴大Collapsible # 1如何堅持accordin組

這裏的小提琴 - https://jsfiddle.net/Wc4xt/3670/

我想添加滾動條到可摺疊的組項目。

我想始終在屏幕上始終顯示Collapsible Group Items標題,因此可摺疊Group Item#2將始終顯示在屏幕上。

我將在後面添加window.resize,所以我希望解決方案也可以。謝謝

+0

你的意思是,像這樣:https://jsfiddle.net/Wc4xt/3672/? – Adam

+0

@Adam是的,但我想要在屏幕底部顯示「可摺疊組件項目#2」,即使我調整了窗口大小,謝謝 – Mathematics

+0

幫忙:http://stackoverflow.com/questions/16064809/twitter- bootstrap-accordion-full-height-pane? – Adam

回答

0

這是你在找什麼?

我添加了這個CSS讓手風琴選項卡變得太長時可以滾動。

.scroll-panel { 
    max-height: 400px; 
    overflow-y: auto; 
    position: relative; 
} 

https://jsfiddle.net/DTcHh/17981/