ブートストラップ コアの配置を調整しますが、bootstrap-sass gem を更新可能にしたいと考えています。ポップオーバー オフセットの変数はなく、1 種類のポップオーバーをオフセットするだけで済みます。
上部は問題を示しています。下は、chrome dev tools を使用した私の調整です。この変更を CSS にコミットすると、Bootstrap の動的配置が再調整され、上記のケースのように見えます。親divの制限内にポップオーバーを自動的に表示する方法はありますか? そうでない場合、負のマージンで動的なポップオーバーの配置を克服するにはどうすればよいですか?
更新: コードを追加します。これは、ボタン グループの結果の HTML です。最初のリンクのポップオーバーは機能しますが、無視できます。
<div class="btn-group btn-section pull-right">
<a href="/sections/edit_section_text/118" class="noprint btn active-workers hidden-phone bs-popover btn-primary" data-content="<ul id="sectionworkers" class="unstyled"><li><img alt="Avatar" class="avatar" height="25" src="https://secure.gravatar.com/avatar.php?d=mm&gravatar_id=9ac2c7fd1c8e43cd5b4d73d3cb585973" width="25" /> <small>Ben</small></li></ul> <!-- #sectionworkers -->" data-placement="bottom" data-target="#s118section" id="edit_btn118" rel="popover" data-original-title="Active Users: ">
<i class="icon-edit icon-white"></i> Edit
</a><option>View revision...</option>
<a href="#" class="noprint btn bs-popover" data-content="<select></select>" data-placement="bottom" data-toggle="popover" id="hist_btn" rel="popover" data-original-title="View and difference revisions"><i class="icon-time"></i> History</a>
<div class="popover popover-offset fade bottom in" style="top: 30px; left: 155.5px; display: block;">
<div class="arrow"></div>
<div class="popover-inner">
<h3 class="popover-title">
View and difference revisions
</h3>
<div class="popover-content">
<select></select>
</div>
</div>
</div>
</div>