Rails で bootstrap-sass v. 2.1 と bootstrap-modal-rails v. 2.1.1 を使用していますが、フルスクリーン モーダルを作成できません。今のところ、非常に高いモーダルとデモに基づく広いモーダルの組み合わせがありますが、100% の幅と 100% の高さを取得したいと考えています。それは可能ですか?
#jbrowse-modal.modal.container.expand.hide.fade{"data-replace" => "true", :tabindex => "-1"}
.modal-header
%button.close{"aria-hidden" => "true", "data-dismiss" => "modal", :type => "button"} ×
%h3
= @scaffold.name
.modal-body
%div{:style => "height: 1000px; overflow: hidden;"}
%iframe{:id => "jbrowse-iframe", :src => "/JBrowse/was_index.html?loc=ctgA", :style => "border: 1px solid black"}