Changed max-content to 100%;

This commit is contained in:
Romain de Laage 2020-03-08 16:45:40 +01:00
parent ba106894c8
commit a4290b67dd
Signed by: rdelaage
GPG Key ID: 18BC11F1027B2AD4
1 changed files with 2 additions and 2 deletions

View File

@ -93,8 +93,8 @@ table{
border-spacing: 0;
}
iframe{
width: max-content;
height: max-content;
width: 100%;
height: 100%;
border: none;
background: rgba(255, 255, 255, 0.5);
}