gpt4 book ai didi

javascript - 在 ReactJS 中,使用 Reactstrap,我希望我的警报停留在它开始的屏幕上的同一个位置

转载 作者:行者123 更新时间:2023-11-29 23:06:13 27 4
gpt4 key购买 nike

这是我的提醒:

<MobileView>
<UncontrolledAlert color="danger" fade={false}>
<h4>
This page is not optimized for mobile.
<br/>
Please view on a desktop device.
</h4>
</UncontrolledAlert>
</MobileView>

但是当用户滚动时,警报会移动。我希望它留在原地。

这是我能找到的关于 alert 的最佳文档 https://github.com/reactstrap/reactstrap/blob/master/src/Alert.js

最佳答案

我会做 <Alert style={{position: 'fixed'}}/>

例如:https://jsfiddle.net/boe16gLr/

关于javascript - 在 ReactJS 中,使用 Reactstrap,我希望我的警报停留在它开始的屏幕上的同一个位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/54713753/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com