• 出勤管理の画面で、スタッフが増え下のほうに降りると日付がなく入力しづらいのですが
    間々に日付を入れることは可能でしょうか?

Viewing 1 replies (of 1 total)
  • Plugin Author tnomi

    (@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>
Viewing 1 replies (of 1 total)
  • The topic ‘日にちの設置’ is closed to new replies.