diff options
Diffstat (limited to 'web/cobrands/sass/_base.scss')
-rw-r--r-- | web/cobrands/sass/_base.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss index 20c745a6b..94ed1fdad 100644 --- a/web/cobrands/sass/_base.scss +++ b/web/cobrands/sass/_base.scss @@ -1344,6 +1344,13 @@ a:hover.rap-notes-trigger { } } +.mobile-reporting-map.only-map { + height: 100%; + body { + height: 100%; + overflow: hidden; + } +} /* Reporting a problem bits */ |