Parcourir la source

Update comment

paging-sorting-filtering
mladen.dubovac il y a 4 ans
Parent
révision
8c21110513
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/components/MUI/BackdropComponent.js

+ 1
- 1
src/components/MUI/BackdropComponent.js Voir le fichier

@@ -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),

Chargement…
Annuler
Enregistrer