From ac0d3ddbaa2d41feaf2a702e74c634e000f26ef2 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 9 Feb 2022 10:21:13 +0100 Subject: [PATCH] wait #5045 @0.5 --- .../packages/fluidbook/toolbox/css/style.less | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/public/packages/fluidbook/toolbox/css/style.less b/public/packages/fluidbook/toolbox/css/style.less index c844b4100..98831ab87 100644 --- a/public/packages/fluidbook/toolbox/css/style.less +++ b/public/packages/fluidbook/toolbox/css/style.less @@ -403,3 +403,23 @@ body.embeded { float: right; } } + +.featherlight .featherlight-content { + @media only screen and (max-width: 1024px) { + border: 0; + padding: 0; + min-width: 100%; + width: 100%; + max-width: 100%; + min-height: 100%; + height: 100%; + max-height: 100%; + } + + .featherlight-inner { + @media only screen and (max-width: 1024px) { + width: 100%; + height: 100%; + } + } +} -- 2.39.5