3

嗨,我正在尝试让 zurb Foundation 6 拥有带有粘性菜单的画布外菜单。重新制作了画布外布局,以在桌面视图中具有相同高度的侧边栏和内容块。

问题:

  • 粘性菜单在右侧画布侧边栏中不起作用

<div class="off-canvas position-right reveal-for-medium sticky-container" id="offCanvasRight" data-off-canvas="" data-position="right" data-sticky-container="" aria-hidden="true" data-offcanvas="f9d5j6-offcanvas" style="height: 24px;">
  <div class="off-canvas position-right reveal-for-medium" id="offCanvasRight" data-off-canvas data-position="right" data-sticky-container>
    <div class="callout sticky" data-sticky data-margin-top="0">
      <h5>This is a callout.</h5>
      <p>It has an easy to override visual style, and is appropriately subdued.</p>
      <a href="#">It's dangerous to go alone, take this.</a>
    </div>
  </div>
</div>

我在这里创建了一个JSFiddle来演示这个问题。

4

0 回答 0