From 59bb4cc4d6d57006ffeb1f88855f5a94016deb3d Mon Sep 17 00:00:00 2001 From: "Rokas V." <100084190+rokvaz@users.noreply.github.com> Date: Tue, 17 Dec 2024 18:45:49 +0200 Subject: [PATCH] sutaisom scrollinima su iframes --- index.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index cc22a652..9eb1f0ed 100644 --- a/index.html +++ b/index.html @@ -29,9 +29,13 @@ background-color: #ed1c24; } iframe { - width: 100%; - height: 100%; + width: 100vw; + height: 100vh; border: none; + margin: 0; + padding: 0; + display: block; + overflow: auto; }