From 1177c237895875b0a76a415f00503713b8b4971a Mon Sep 17 00:00:00 2001 From: jlukic Date: Mon, 13 Jul 2015 17:37:33 -0400 Subject: [PATCH] Fix wide and very wide popup appear offscreen on mobile --- src/definitions/modules/popup.less | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/definitions/modules/popup.less b/src/definitions/modules/popup.less index e167e70b2..8c8983db4 100755 --- a/src/definitions/modules/popup.less +++ b/src/definitions/modules/popup.less @@ -265,6 +265,13 @@ max-width: @veryWideWidth; } +@media only screen and (max-width: @largestMobileScreen) { + .ui.wide.popup, + .ui[class*="very wide"].popup { + max-width: @maxWidth; + } +} + /*-------------- Fluid