画面表示修正

This commit is contained in:
野間 2023-07-27 17:06:48 +09:00
parent 4ec64f6e4f
commit af1ee8ed6a
2 changed files with 4 additions and 1 deletions

View File

@ -1,7 +1,7 @@
/* Bootstrap 5.10以降、box-sizingのデフォルト値によってテーブルがずれるため、このページ限定的にリセット */
/* @see https://bootstrap-guide.com/content/reboot#page-defaults */
*, ::after, ::before {
box-sizing: initial;
box-sizing: revert;
}
body {

View File

@ -294,6 +294,9 @@
$(val).off('keypress')
})
})
// ページ送りしたときにヘッダがずれるのを修正
FixedMidashi.remove();
FixedMidashi.create();
}
})
});