ソースを参照

Update comment

paging-sorting-filtering
mladen.dubovac 4年前
コミット
8c21110513
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/components/MUI/BackdropComponent.js

+ 1
- 1
src/components/MUI/BackdropComponent.js ファイルの表示

@@ -6,7 +6,7 @@ import { alpha } from '@mui/system';
const BackdropComponent = ({ position = 'fixed', isLoading }) => (
<Backdrop
sx={{
// 'fixed' takes whole page, 'fixed' takes whole space of the parent element which needs to have 'relative' position
// 'fixed' takes whole page, 'absolute' takes whole space of the parent element which needs to have 'relative' position
position,
backgroundColor: ({ palette }) =>
alpha(palette.background.default, palette.action.disabledOpacity),

読み込み中…
キャンセル
保存