toast 定位在 angular material 页
toast positioning in angular material page
我有一个在 angular-material 中设计的长注册表单。我使用 toast 使 UI 更具交互性。 toast 也与其定位完美配合。但是我的 html 页面没有固定到它的 高度 ,toast 出现在它在页面初始状态下的位置。但是当我向下滚动页面时,吐司被隐藏了,我必须向上滚动才能看到吐司。如何固定页面高度或以任何其他方式呈现吐司,如 modal.any 建议将不胜感激。
试试这个风格:
md-toast {
position: fixed !important;
}
我有一个在 angular-material 中设计的长注册表单。我使用 toast 使 UI 更具交互性。 toast 也与其定位完美配合。但是我的 html 页面没有固定到它的 高度 ,toast 出现在它在页面初始状态下的位置。但是当我向下滚动页面时,吐司被隐藏了,我必须向上滚动才能看到吐司。如何固定页面高度或以任何其他方式呈现吐司,如 modal.any 建议将不胜感激。
试试这个风格:
md-toast {
position: fixed !important;
}