diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-07-12 16:45:27 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-07-12 18:50:25 +0100 |
commit | 38c17ee1af7c65a4f247ed0e26e2f22006df738e (patch) | |
tree | 70d976bf530f1d9374408e34e2211ff85507c8ef /web/cobrands/sass/_base.scss | |
parent | 1b7cb5f271d24895775b08a883c3eb0a850cd681 (diff) |
Make sure mobile map scrolled into view and fixed.
This prevents scrolling when we're on the full screen map, and makes
sure the map is back in view when it is shown.
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 */ |