From a4290b67ddb1d9140ab9bc759b6ad142d129fd6a Mon Sep 17 00:00:00 2001 From: Romain de Laage Date: Sun, 8 Mar 2020 16:45:40 +0100 Subject: [PATCH] Changed max-content to 100%; --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index c5d5467..c3be129 100644 --- a/style.css +++ b/style.css @@ -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); }