Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个页面上的报告列表。我目前在右侧有 4 个大按钮,用于查看、添加、编辑或删除按钮。我们曾抱怨人们在选择报告后必须向上滚动才能单击按钮,因为他们有太多的报告。
有没有办法让像 div 这样的 html 对象在滚动时保持在页面上可见?但是在网格容器的范围内?
谢谢
您是否尝试过给按钮或它们的容器位置:通过 CSS 固定?另一种方法是使用 onscroll Javascript 事件来移动它们或它们的容器。