From: Vincent Vanwaelscappel Date: Wed, 9 Feb 2022 09:21:13 +0000 (+0100) Subject: wait #5045 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=ac0d3ddbaa2d41feaf2a702e74c634e000f26ef2;p=fluidbook-toolbox.git wait #5045 @0.5 --- 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%; + } + } +}