Forums
Home / Plugin: Attendance Manager / 日にちの設置
(@tetita)
4 years, 7 months ago
出勤管理の画面で、スタッフが増え下のほうに降りると日付がなく入力しづらいのですが 間々に日付を入れることは可能でしょうか?
(@tnomi)
以下のようなスタイルを設定してみてはどうでしょうか。
<style> form#attmgr_admin_scheduler { height: 100vh; overflow: scroll; } .attmgr_admin_scheduler tr:first-child th { background-color: #000; color: #fff; position: sticky; top: 0; z-index: 1; } </style>