我在 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"}