Foundation6 / Sites以实时示例显示模态不起作用

时间:2016-01-05 21:33:39

标签: modal-dialog zurb-foundation zurb-foundation-6

问题的例子在这里: http://liveweave.com/fRs3PL

基本上,我有一个从下拉菜单中触发的模态,由于某种原因,模态隐藏在灰色阴影后面,然后片刻之后完全消失。

这是怎么回事?!

1 个答案:

答案 0 :(得分:1)

您需要使用revel模态( <android.support.design.widget.TextInputLayout android:layout_width="match_parent" android:layout_height="wrap_content"> <EditText android:id="@+id/editTextUserMail" android:layout_width="match_parent" android:layout_height="wrap_content" android:gravity="right" android:hint="mail" </android.support.design.widget.TextInputLayout> )及其所有内容并将其放置,使其仅为<div class="reveal">元素的子项。您不希望它包含在其他元素中。

<body>