05 2024 档案

摘要:需求 这个是 Google Ads 里的 table。 那个 horizontal scrollbar 可以 sticky bottom。 我们知道 scrollbar 是游览器原生的,我们能做的 styling 少之又少,挺多只能调 size, color 而已。要让它 sticky bottom 阅读全文
posted @ 2024-05-06 15:54 兴杰 阅读(108) 评论(0) 推荐(0)
摘要:前言 Scrollbar 能 styling 的东西不多 (尤其是 IOS 基本上只能 display:none 而已),但有时候我们不得不 styling。 这里记入我自己在项目中修改过的 scrollbar 经历。 参考 can i use webkit-scrollbar MDN – ::-w 阅读全文
posted @ 2024-05-06 13:55 兴杰 阅读(81) 评论(0) 推荐(0)
摘要:前言 在 用 JavaScript 实现 position sticky 文章中,我提到了用 wheel 来模拟 scroll 效果。 这篇来说说具体怎么实现,挺简单的哦。 Preparation table.html <div class="container"> <table> <thead> 阅读全文
posted @ 2024-05-04 11:42 兴杰 阅读(172) 评论(0) 推荐(0)