Proyectos de Subversion LeadersLinked - SPA

Rev

Rev 3470 | Rev 3526 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3470 Rev 3478
Línea 13... Línea 13...
13
        styles={{
13
        styles={{
14
          maxWidth: '500px',
14
          maxWidth: '500px',
15
          position: 'absolute',
15
          position: 'absolute',
16
          top: '50%',
16
          top: '50%',
17
          left: '50%',
17
          left: '50%',
18
          transform: 'translate(-50%, -50%)'
18
          transform: 'translate(-50%, -50%)',
-
 
19
          maxHeight: '80vh',
-
 
20
          overflowY: 'auto'
19
        }}
21
        }}
20
      >
22
      >
21
        <CardHeader title={title} />
23
        <CardHeader title={title} />
22
        <CardContent>{content}</CardContent>
24
        <CardContent>{content}</CardContent>
23
      </Card>
25
      </Card>