Explorar el Código

Update comment

paging-sorting-filtering
mladen.dubovac hace 4 años
padre
commit
8c21110513
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/components/MUI/BackdropComponent.js

+ 1
- 1
src/components/MUI/BackdropComponent.js Ver fichero

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

Cargando…
Cancelar
Guardar