From bb64c1368d87814dc7a2c6e0249b94884db96e73 Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Fri, 10 Jul 2020 08:54:03 +0000 Subject: [PATCH] [Explore | Trunk]: Move iframeContainer class to library git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@59065 d315682c-612b-4755-9ff5-7f18f6832af3 --- explore/src/assets/explore-custom.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/explore/src/assets/explore-custom.css b/explore/src/assets/explore-custom.css index a7950dcf..239bb738 100644 --- a/explore/src/assets/explore-custom.css +++ b/explore/src/assets/explore-custom.css @@ -135,17 +135,6 @@ font-weight: bold; } -.iframeContainer{ - overflow: hidden; -} - -.iframeContainer iframe { - width: 100%; - height: 100%; - border: 0; - overflow: hidden; -} - .home-logo img{ -webkit-filter: grayscale(1); /* Safari 6.0 - 9.0 */ filter: grayscale(1);