画面表示修正
This commit is contained in:
parent
4ec64f6e4f
commit
af1ee8ed6a
@ -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 {
|
||||
|
||||
@ -294,6 +294,9 @@
|
||||
$(val).off('keypress')
|
||||
})
|
||||
})
|
||||
// ページ送りしたときにヘッダがずれるのを修正
|
||||
FixedMidashi.remove();
|
||||
FixedMidashi.create();
|
||||
}
|
||||
})
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user